Represents a horizontal sequence of [Widget]s in the [Dashboard]. Widgets are laid out horizontally in the grid until it would go past the max width of 24 columns. When that happens, the widgets will wrap to the next available grid row.

Rows must start in the leftmost grid column.

The final width of this widget will be the furthest column that a widget is placed at prior to wrapping. The final height of this widget will be the bottommost row that a widget is placed at.

Hierarchy (view full)

Constructors

Properties

widgets: Widget[] = []

Methods

Generated using TypeDoc