Interface GmfFunctionalities

interface GmfFunctionalities {
    default_basemap?: string[];
    open_panel?: string[];
    preset_layer_filter?: string[];
}

Properties

default_basemap?: string[]

The default base map.

open_panel?: string[]

When set, contains the name of the panel to open upon loading an application. Note: although this is a list, only one can be defined.

preset_layer_filter?: string[]

Name of the layer (data source) that should be toggled in the filter tool upon loading an application. Note: although this is a list, only one can be defined.