For the complete documentation index, see llms.txt. This page is also available as Markdown.

Properties

This page describes the HTML Canvas class properties.

HTML Canvas class properties

Property
Type
Description

dashboardDateRange

Object

Dashboard time frame.

dashboardObject

Object

Dashboard information.

deviceObject [DEPRECATED]

Object

Device object of the currently selected device in a dynamic dashboard.

selectedDevice [DEPRECATED]

string

ID of the currently selected device in a dynamic dashboard.

selectedDevices

string array

Array of the selected device IDs in a dynamic dashboard.

selectedDeviceObjects

Object array

Device objects array for the selected devices in a dynamic dashboard.

selectedFilters

Array array object

Array containing as many arrays as filters configured in the dashboard. Each nested array contains the filter objects for that particular filter.

token

string

Account default token.

realTime

bool

Whether real time is enabled in the dashboard.

dashboardDateRange

{
    "start":1637006467592,
    "end":1637095008866
}

dashboardObject

{
    "id": "6624cb56820a574b5730a16",
    "name": "some-dashboard",
    "timeframe": {
        "endDate": "now",
        "startDate": "now-24h"
    },
    "organization": {}
}

selectedDevices

selectedDeviceObjects

selectedFilters

Last updated

Was this helpful?