registerLocalApplicationLoaders()
Home > @gooddata/sdk-ui-pluggable-host > registerLocalApplicationLoaders
registerLocalApplicationLoaders() function
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.
Registers the local application loaders map. Called by the host or harness before any app loading occurs.
Signature:
export declare function registerLocalApplicationLoaders(loaders: Record<string, LocalPluggableApplicationLoader>): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
loaders |
Record<string, LocalPluggableApplicationLoader> |
Returns:
void