Interface MapConfig

Configuration for the MapVisualizer

interface MapConfig {
    info: string | HTMLElement;
    map: string | HTMLElement;
    meta: string | HTMLElement;
}

Properties

Properties

info: string | HTMLElement

Id of the DOM element to use for the environment information

map: string | HTMLElement

Id of the DOM element to use for the properties map

meta: string | HTMLElement

Id of the DOM element to use to display metadata