Skip to content

TabsLayoutTab🔗

Constructor🔗

TabsLayoutTab(title: str)

Methods🔗

build🔗

Builds the object.

def build() -> dashboardv2beta1.TabsLayoutTabKind

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

conditional_rendering🔗

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

grid_layout🔗

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

repeat🔗

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

title🔗

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

See also🔗