Dashboard

Placement grid: 36 columns, each height unit 18px. X & Y starts from 0.

Field Type Description
tabs list *
tabs[] DashboardTab
tabs[].id str *
tabs[].title str *
tabs[].items list *
tabs[].items[] DashboardTabItem
tabs[].items[].id str *
tabs[].items[].element DashElement *
tabs[].items[].placement DashTabItemPlacement *
tabs[].items[].placement.x int *
tabs[].items[].placement.y int *
tabs[].items[].placement.h int *
tabs[].items[].placement.w int *
tabs[].ignored_connections list
tabs[].ignored_connections[] IgnoredConnection
tabs[].ignored_connections[].from_id str *
tabs[].ignored_connections[].to_id str *
Previous