ISettings
Home > @gooddata/sdk-model > ISettings
ISettings interface
Settings are obtained from the backend and are effectively a collection of feature flags or settings with concrete string or numeric value.
Signature:
export interface ISettings extends IPermanentSettings, IFeatureFlags
Extends: IPermanentSettings, IFeatureFlags
Remarks
Settings are stored and configured on the server and typically allow for a more fine-grained tuning of otherwise unified behavior.
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
(ALPHA) (Optional) Registered pluggable applications. It is a permanent setting option, but it is lifted into this interface to prevent cyclic dependencies as the RemotePluggableApplicationsRegistry references both IPermanentSettings and IFeatureFlags. |