Skip to content

RowsLayoutRow🔗

Constructor🔗

RowsLayoutRow(title: str)

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.RowsLayoutRowKind

auto_grid_layout🔗

def auto_grid_layout(auto_grid_layout_kind: cogbuilder.Builder[dashboardv2beta1.AutoGridLayoutKind]) -> typing.Self

rows_layout🔗

def rows_layout(rows_layout_kind: cogbuilder.Builder[dashboardv2beta1.RowsLayoutKind]) -> typing.Self

tabs_layout🔗

def tabs_layout(tabs_layout_kind: cogbuilder.Builder[dashboardv2beta1.TabsLayoutKind]) -> typing.Self

collapse🔗

def collapse(collapse: bool) -> typing.Self

conditional_rendering🔗

def conditional_rendering(conditional_rendering: cogbuilder.Builder[dashboardv2beta1.ConditionalRenderingGroupKind]) -> typing.Self

fill_screen🔗

def fill_screen(fill_screen: bool) -> typing.Self

grid_layout🔗

def grid_layout(grid_layout_kind: cogbuilder.Builder[dashboardv2beta1.GridLayoutKind]) -> typing.Self

hide_header🔗

def hide_header(hide_header: bool) -> typing.Self

repeat🔗

def repeat(repeat: cogbuilder.Builder[dashboardv2beta1.RowRepeatOptions]) -> typing.Self

title🔗

def title(title: str) -> typing.Self

See also🔗