Main structure

All widgets have the following common properties

...
{
    "id": "purchases-widget",
    "type": "text",
    "title": "Purchases",
    "value": ...
}
...

Property
Description

id string *

contains the widget unique identifier within the dashboard

type string *

contains the type of the widget

title string *

contains the title of the widget

value string | number | array *

contains the data to be displayed in the widget

* required

Last updated