updateApplications()
Home > @gooddata/sdk-pluggable-application-model > IHostUiMountHandle > updateApplications
IHostUiMountHandle.updateApplications() method
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.
Pushes an updated list of resolved applications into the host UI.
Signature:
updateApplications?(apps: PluggableApplicationRegistryItem[]): void;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
apps |
Returns:
void
Remarks
Called by the host whenever the application list changes after initial mount.