ConfigApi
TypeScript
declare class ConfigApi extends BaseApi
Extends
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;