Methods
This page describes the available methods within the HTML Canvas class
HTML Canvas methods
Method | Description |
---|---|
| Returns the available Authentication Headers accordingly if the dashboard is public or not. |
| Embed a url's content in a drawer and displays it. |
| Changes the currently selected device in a dynamic dashboard. |
| Changes the selected time range in a dashboard. |
| Turn on or off the dashboard's real time update. |
| Refreshes the dashboard data in all widget. |
getHeaders
getHeaders
Arguments: None
Signature: ubidots.getHeaders()
Return:
openDrawer
openDrawer
Arguments: options
: Object
[mandatory] => An object containing the content's url and the drawer's width in px:
Signature:
Return: None
setDashboardDevice
setDashboardDevice
Arguments: deviceId
: string
[Mandatory] =>The ID of the device that you want to set.
Signature: ubidots.setDashboardDevice(<deviceId>)
Return: None
setDashboardDateRange
setDashboardDateRange
Arguments: timeframe
: Object
[Mandatory] => An object containing the start and end timestamps:
Copy
Signature: ubidots.setDashboardDateRange(<timeframe>)
Return: None
setRealTime
setRealTime
Arguments: rt
: Bool
[Mandatory] => A boolean indicating the real time update setting
Signature: ubidots.setRealTime(<rt>)
Return: None
refreshDashboard
refreshDashboard
Arguments: None
Signature: ubidots.refreshDashboard()
Return: None
setFullScreen
setFullScreen
Arguments: screenSetting
: string(toggle | enable | disabled)
[Mandatory] => A string representing the full screen setting.
Signature: ubidots.setFullScreen(<screenSetting>)
Return: None
Last updated