Skip to content

Popup

popup

Description

Display icon and value filter from the data source

Attributes

  • title
  • $data.source:
    • display: display value
    • value:
    • color: color of icon
    • icon: icon name
{
  "type": "string",
  "$capture": {},
  "$display": {
    "as": "popup"
  },
  "title": "Popup test",
  "$data": {
    "source": [
      {
        "display": "test",
        "value": "test",
        "icon": "star",
        "color": "red",
        "tableData": {
          "id": 0
        }
      },
      {
        "display": "test2",
        "value": "test2",
        "icon": "heart",
        "color": "blue"
      }
    ]
  }
}