ConfigApi
TypeScript
declare class ConfigApi extends BaseApiExtends
BaseApi
Methods
| Method |
|---|
| getApplicationName() |
| getColorPallete() |
| getConfig() |
Method Details
getApplicationName
TypeScript
getApplicationName(): string | undefined;Returns
string | undefined
getColorPallete
TypeScript
getColorPallete(): string[] | undefined;Returns
string[] | undefined
getConfig
TypeScript
getConfig(): ConfigState;