Skip to content

RowsLayoutRowBuilder🔗

Constructor🔗

func NewRowsLayoutRowBuilder(title string) *RowsLayoutRowBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *RowsLayoutRowBuilder) Build() (RowsLayoutRowKind, error)

AutoGridLayout🔗

func (builder *RowsLayoutRowBuilder) AutoGridLayout(autoGridLayoutKind cog.Builder[dashboardv2beta1.AutoGridLayoutKind]) *RowsLayoutRowBuilder

RowsLayout🔗

func (builder *RowsLayoutRowBuilder) RowsLayout(rowsLayoutKind cog.Builder[dashboardv2beta1.RowsLayoutKind]) *RowsLayoutRowBuilder

TabsLayout🔗

func (builder *RowsLayoutRowBuilder) TabsLayout(tabsLayoutKind cog.Builder[dashboardv2beta1.TabsLayoutKind]) *RowsLayoutRowBuilder

Collapse🔗

func (builder *RowsLayoutRowBuilder) Collapse(collapse bool) *RowsLayoutRowBuilder

ConditionalRendering🔗

func (builder *RowsLayoutRowBuilder) ConditionalRendering(conditionalRendering cog.Builder[dashboardv2beta1.ConditionalRenderingGroupKind]) *RowsLayoutRowBuilder

FillScreen🔗

func (builder *RowsLayoutRowBuilder) FillScreen(fillScreen bool) *RowsLayoutRowBuilder

GridLayout🔗

func (builder *RowsLayoutRowBuilder) GridLayout(gridLayoutKind cog.Builder[dashboardv2beta1.GridLayoutKind]) *RowsLayoutRowBuilder

HideHeader🔗

func (builder *RowsLayoutRowBuilder) HideHeader(hideHeader bool) *RowsLayoutRowBuilder

Repeat🔗

func (builder *RowsLayoutRowBuilder) Repeat(repeat cog.Builder[dashboardv2beta1.RowRepeatOptions]) *RowsLayoutRowBuilder

Title🔗

func (builder *RowsLayoutRowBuilder) Title(title string) *RowsLayoutRowBuilder

See also🔗