IRemotePluggableApplicationsRegistryV1
Home > @gooddata/sdk-model > IRemotePluggableApplicationsRegistryV1
IRemotePluggableApplicationsRegistryV1 interface
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.
Pluggable application remote registry, v1.
Signature:
export interface IRemotePluggableApplicationsRegistryV1
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string[] |
(ALPHA) (Optional) The optional list of allowed standard applications. The array of well-documented IDs of the standard applications that are deployed in the shell application by default. The property can be used to stabilize which of the standard applications will be available in the Application Header menu. When a new standard application is deployed in the shell application, it will not appear in the menu until it is added to the list of allowed standard applications. | ||
|
"1.0" |
(ALPHA) The version of the API used by the application manifest | ||
|
(ALPHA) (Optional) The list of additional pluggable applications registered to the shell application. Mainly used to register 3rd party hosted remote module federated applications. | |||
|
{ [applicationId: string]: Partial<PluggableApplicationRegistryItem>; } |
(ALPHA) (Optional) 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. |