IRemotePluggableApplicationModule
Home > @gooddata/sdk-model > IRemotePluggableApplicationModule
IRemotePluggableApplicationModule 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.
Definition of the remote pluggable application. The application is loaded via Module Federation.
Signature:
export interface IRemotePluggableApplicationModule
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(ALPHA) Exposed module name. Must match the remote module definition. Maps to internal application module (e.g. "./src/remote-entry.tsx") | ||
|
string |
(ALPHA) Base route of the application. It is relative to the shell application route. | ||
|
string |
(ALPHA) Unique module federation scope value (must match the remote module definition during build) Must be unique within the same remote federation to not share dependencies and scope with another application. | ||
|
string |
(ALPHA) Full URL of the remote federated module with the application bundle. |