Interface BasemapChange

Event payload for a Basemap Change

interface BasemapChange {
    basemapId: string;
    schemaChanged: boolean;
}

Properties

basemapId: string

New basemap id

schemaChanged: boolean

True if new basemap caused the map schema to change