@geogirafe/lib-geoportal
Version:
GeoGirafe is a flexible application to build online geoportals.
12 lines (11 loc) • 486 B
TypeScript
/**
* Known Functionalities which are allowed in <code>GMFTheme.functionalities</code> and are published to
* <code>State.functionalities</code>. Subscribe a Handler to get notified when a Theme which such a Functionality is
* selected by the User (e.g., Change the Basemap):
* <code>
* GirafeHTMLElement.subscribe('functionalities.default_basemap', (oldValue: string[], newValue: string[]) => {
* ...
* });
* </code>
*/
export declare const KNOWN_FUNCTIONALITIES: string[];