Apps & Workspaces
\
Workspace Editor - Data

Workspace Editor - Data

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.

The data returned by the datasource 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 datasource: Data. Stored as an array of objects. Data = [ {}, {<...>}, {} ]

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.