Skip to content

listDialog

The listDialog menu displays a root list in a dialog.

actionValues
tree defines the tree
filter (optional) filters the list by the given filter
{
    "label": "Show History",
    "icon": "icon-clock",
    "action": "listDialog",
    "actionValues": [
        {
            "tree": "meterreading",
            "filter": [
                {
                    "attribute": "METERNAME",
                    "value": "${METERNAME}"
                }
            ]
        }
    ]
}