PathHandler
Classes
PathHandler
Constructors
Constructor
new PathHandler(): PathHandler;
Returns
Accessors
designAtomsApiClient
Set Signature
set static designAtomsApiClient(designAtomsApiClient): void;
Parameters
| Parameter | Type |
|---|---|
designAtomsApiClient | IDesignAtomsApiClient |
Returns
void
textWhizz
Set Signature
set static textWhizz(textWhizz): void;
Parameters
| Parameter | Type |
|---|---|
textWhizz | any |
Returns
void
Methods
getBounds()
static getBounds(path): Promise<any>;
Parameters
| Parameter | Type |
|---|---|
path | Path |
Returns
Promise<any>
getBoundsSync()
static getBoundsSync(path): any;
Parameters
| Parameter | Type |
|---|---|
path | Path |
Returns
any