Skip to content

RowsLayoutRowSpec🔗

Constructor🔗

RowsLayoutRowSpec()

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.RowsLayoutRowSpec

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

hide_header🔗

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

layout🔗

def layout(layout: typing.Union[cogbuilder.Builder[dashboardv2beta1.GridLayoutKind], cogbuilder.Builder[dashboardv2beta1.AutoGridLayoutKind], cogbuilder.Builder[dashboardv2beta1.TabsLayoutKind], cogbuilder.Builder[dashboardv2beta1.RowsLayoutKind]]) -> typing.Self

repeat🔗

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

title🔗

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

See also🔗