Built-in library

Overview

The HTML Canvas built-in library is the backbone that allows interacting with dashboard data and the Ubidots API via:

  • Accessing the class' properties to modify/retrieve dashboards settings.

  • Accessing the class methods to perform actions on the dashboard or retrieving information from it.

  • Using the on event handler registration method for executing logic upon events that occur in the dashboard, a.k.a Listening events.

  • Directly interacting with the API via Ubidots' Javascript SDK

Last updated