Skip to content

RowsLayoutRowSpecBuilder🔗

Constructor🔗

func NewRowsLayoutRowSpecBuilder() *RowsLayoutRowSpecBuilder

Methods🔗

Build🔗

Builds the object.

func (builder *RowsLayoutRowSpecBuilder) Build() (RowsLayoutRowSpec, error)

Collapse🔗

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

ConditionalRendering🔗

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

FillScreen🔗

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

HideHeader🔗

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

Layout🔗

func (builder *RowsLayoutRowSpecBuilder) Layout(layout dashboardv2beta1.GridLayoutKindOrAutoGridLayoutKindOrTabsLayoutKindOrRowsLayoutKind) *RowsLayoutRowSpecBuilder

Repeat🔗

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

Title🔗

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

See also🔗