Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Workspace Editor - Data
Updated on
November 2, 2022
The data returned by the data source is stored as a JavaScript object by the workspace. The exact details are not important, but there are three key variables that can be useful to reference in the bindings for more complex tiles.
Data
The entire (filtered) dataset returned by the data source: Data. Stored as an array of objects.
Row
The current row from the Data object that the tile is processing. For tiles that don't loop through rows (i.e. Sensor, Status, etc) this will just be the first row from Data. Stored as a JavaScript object.
Row = {<row1_data>}
Cell
Only supported in the grid tile. The contents of the current cell. Stored depending on cell data type. We will cover this more in the Grid [v2] section.
This is some text inside of a div block.
Copied!
Copy link to this article
QUICK NAV