Skip to content

ColOptions

Defined in: layout/types.ts:79

Options for a layout column.

optional style?: string

Defined in: layout/types.ts:83

HTML style attribute for the column.


optional borderless?: boolean

Defined in: layout/types.ts:87

Makes the column borderless.


optional transparent?: boolean

Defined in: layout/types.ts:91

Makes the column transparent.


optional hidden_from_frontend?: boolean

Defined in: layout/types.ts:120

LayoutElementOptions.hidden_from_frontend


optional show_in?: DefinedModuleAction[]

Defined in: layout/types.ts:121

LayoutElementOptions.show_in


optional recipes?: LayoutElementRecipes | { style?: string; borderless?: string; transparent?: string; hidden_from_frontend?: string; show_in?: string; recipes?: string; }

Defined in: layout/types.ts:122

LayoutElementRecipes


{ style?: string; borderless?: string; transparent?: string; hidden_from_frontend?: string; show_in?: string; recipes?: string; }

optional style?: string

HTML style attribute for the column.

optional borderless?: string

Makes the column borderless.

optional transparent?: string

Makes the column transparent.

optional hidden_from_frontend?: string

optional show_in?: string

optional recipes?: string

LayoutElementOptions.recipes