AutoGrid
Constructor
Methods
build
Builds the object.
def build() -> dashboardv2beta1.AutoGridLayoutKind
column_width
def column_width(column_width: float) -> typing.Self
column_width_mode
def column_width_mode(column_width_mode: typing.Literal["narrow", "standard", "wide", "custom"]) -> typing.Self
fill_screen
def fill_screen(fill_screen: bool) -> typing.Self
item
def item(item: cogbuilder.Builder[dashboardv2beta1.AutoGridLayoutItemKind]) -> typing.Self
items
def items(items: list[cogbuilder.Builder[dashboardv2beta1.AutoGridLayoutItemKind]]) -> typing.Self
max_column_count
def max_column_count(max_column_count: float) -> typing.Self
row_height
def row_height(row_height: float) -> typing.Self
row_height_mode
def row_height_mode(row_height_mode: typing.Literal["short", "standard", "tall", "custom"]) -> typing.Self
with_item
def with_item(name: str) -> typing.Self
See also