uiModule
Home > @gooddata/sdk-model > IRemotePluggableApplicationsRegistryV1 > uiModule
IRemotePluggableApplicationsRegistryV1.uiModule 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.
Optional remote module federation definition for a custom shell UI module.
Signature:
uiModule?: IRemotePluggableApplicationModule;
Remarks
When set, the shell application loads the UI module from this remote instead of using the built-in default shell UI. The loaded module must conform to the IShellUiModule interface.
This allows organizations to fully replace the application chrome (header, navigation, layout) with a custom implementation while keeping the pluggable application loading and lifecycle management intact.