AutoGridLayoutSpecBuilder
Constructor
new AutoGridLayoutSpecBuilder()
Methods
build
Builds the object.
columnWidth
columnWidth(columnWidth: number)
columnWidthMode
columnWidthMode(columnWidthMode: "narrow" | "standard" | "wide" | "custom")
fillScreen
fillScreen(fillScreen: boolean)
items
items(items: cog.Builder<dashboardv2beta1.AutoGridLayoutItemKind>[])
maxColumnCount
maxColumnCount(maxColumnCount: number)
rowHeight
rowHeight(rowHeight: number)
rowHeightMode
rowHeightMode(rowHeightMode: "short" | "standard" | "tall" | "custom")
See also