activeBasemap
activeBasemap: null | Basemap = null basemaps
basemaps: Record<number, Basemap> = {} extendedState
extendedState: Record<string, object> = {}
globe
globe: GlobeConfig = ...
interface
interface: GraphicalInterface = ...
isOffline
isOffline: boolean = false
language
language: null | string = null
layers
layers: LayersConfig = ...
loading
loading: boolean = false
mouseCoordinates
mouseCoordinates: number[] = []
oauth
oauth: LoginState = ...
print
print: PrintConfig = ...
projection
projection: string
selection
selection: Selection = ...
theme
theme: null | Theme = null themes
themes: ThemesConfig = ...
treeview
treeview: TreeviewConfig = ...