WidgetItem

WidgetItem
WidgetItem

Represents a reference to a widget that is held by a container or a multi-widget or a View.

JSON Example
{
    "widget_id": "string",
    "weight": 0,
    "label": {
        "text": "string",
        "hover": false,
        "navigation": "string",
        "condition": "string",
        "icons": [
            {
                "placement": "string",
                "type": "string",
                "tooltip": [
                    {
                        "text": "string",
                        "condition": "string"
                    }
                ]
            }
        ]
    }
}
string
widget_id
Required

Id of the widget configuration that is held by a multi-widget or a container or a view.

integer As int32 As int32
weight
Optional

Determines placement of widget or container relative to other widgets and containers. The lower the weight, the higher it is in the placement order.

label
Optional

label