Known Functionalities which are allowed in GMFTheme.functionalities and are published to
State.functionalities. Subscribe a Handler to get notified when a Theme which such a Functionality is
selected by the User (e.g., Change the Basemap):
GirafeHTMLElement.subscribe('functionalities.default_basemap', (oldValue: string[], newValue: string[]) => {
...
});
Known Functionalities which are allowed in
GMFTheme.functionalitiesand are published toState.functionalities. Subscribe a Handler to get notified when a Theme which such a Functionality is selected by the User (e.g., Change the Basemap):GirafeHTMLElement.subscribe('functionalities.default_basemap', (oldValue: string[], newValue: string[]) => { ... });