overrides
Home > @gooddata/sdk-model > IRemotePluggableApplicationsRegistryV1 > overrides
IRemotePluggableApplicationsRegistryV1.overrides property
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.
The overrides of the pluggable applications deployed in the shell application by default.
Each override is mapped to a key that is the well-documented ID of the default pluggable application, e.g., gdc-analytical-designer, gdc-dashboards, etc. The property can be used, for example, to disable one of these applications or changing the order under which it is added to the Application Header menu.
Signature:
overrides?: {
[applicationId: string]: Partial<PluggableApplicationRegistryItem>;
};