Skip to Content
ConfigurationTilesAbout

About

Tile refers to the blocks you see in on your monitor wall. There are few different type of tiles. If you’re looking to monitor a service, you’re looking for a monitor tile.

Common Properties

All tiles have the following common properties that you can set:

PropertyTypeDescriptionRequiredDefault Behavior
typestringType of the tile. Must be one of the supported tile types.Yes-
col_startnumberColumn to start the tile in the grid. Follows 1-indexing, i.e., col_start = 1 refers to the first column of the grid. Also supports negative indexing, i.e., col_start = -1 refers to the last column of the grid.NoTile can start anywhere
col_spannumberHow many columns the tile should span. Should be a positive integer only.No1
row_startnumberRow to start the tile in the grid. Follows 1-indexing, i.e., row_start = 1 refers to the first row of the grid. Also supports negative indexing, i.e., row_start = -1 refers to the last row of the grid.NoTile can start anywhere
row_spannumberHow many rows the tile should span. Should be a positive integer only.No1
Last updated on