IConfigProviderBase Interface
Base interface for providing configurations to enable/disable/control features
Signature
export interface IConfigProviderBase
Methods
| Method | Return Type | Description |
|---|---|---|
| getRawConfig(name) | ConfigTypes |
Method Details
getRawConfig
Signature
getRawConfig(name: string): ConfigTypes;
Parameters
| Parameter | Type | Description |
|---|---|---|
| name | string |
Returns
Return type: ConfigTypes