Class PathHandler
Properties
designAtomsApiClient
Declaration
static set designAtomsApiClient(designAtomsApiClient: IDesignAtomsApiClient);
Property Value
textWhizz
Declaration
static set textWhizz(textWhizz: typeof TextWhizz);
Property Value
| Type |
Description |
| typeof TextWhizz |
|
Methods
getBounds(path)
Declaration
static getBounds(path: Path): Promise<any>;
Parameters
| Type |
Name |
Description |
| Path |
path |
|
Returns
| Type |
Description |
| Promise<any> |
|
getBoundsSync(path)
Declaration
static getBoundsSync(path: Path): RectangleF;
Parameters
| Type |
Name |
Description |
| Path |
path |
|
Returns