RequiredSettings
Home > @gooddata/sdk-model > RequiredSettings
RequiredSettings type
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Settings and their values that must be set for the pluggable application to be accessible for the currently logged user.
Signature:
export type RequiredSettings = Condition<Partial<IPermanentSettings | IFeatureFlags>>;
References: Condition, IPermanentSettings, IFeatureFlags