Skip to content

MapFooter

map-footer

Description

Display a footer text

Attributes

  • title
  • titleDisplay
  • value: key/value pair values
  • $display.rule:
    • setting: exists | never | rule | always
    • text
    • action
{
  "type": "object",
  "$capture": {},
  "$display": {
    "as": "map-footer",
    "$display": {
      "titleDisplay": "map footer title"
    },
    "rule": {
      "setting": "rule",
      "action": "show",
      "text": "test"
    }
  },
  "value": {
    "value": "japan",
    "label": "test label"
  },
  "description": "map-footer description",
  "title": "map-footer "
}