ColOptions
Defined in: layout/types.ts:79
Options for a layout column.
Extends
Section titled “Extends”Properties
Section titled “Properties”style?
Section titled “style?”
optionalstyle?:string
Defined in: layout/types.ts:83
HTML style attribute for the column.
borderless?
Section titled “borderless?”
optionalborderless?:boolean
Defined in: layout/types.ts:87
Makes the column borderless.
transparent?
Section titled “transparent?”
optionaltransparent?:boolean
Defined in: layout/types.ts:91
Makes the column transparent.
hidden_from_frontend?
Section titled “hidden_from_frontend?”
optionalhidden_from_frontend?:boolean
Defined in: layout/types.ts:120
Inherited from
Section titled “Inherited from”LayoutElementOptions.hidden_from_frontend
show_in?
Section titled “show_in?”
optionalshow_in?:DefinedModuleAction[]
Defined in: layout/types.ts:121
Inherited from
Section titled “Inherited from”recipes?
Section titled “recipes?”
optionalrecipes?:LayoutElementRecipes| {style?:string;borderless?:string;transparent?:string;hidden_from_frontend?:string;show_in?:string;recipes?:string; }
Defined in: layout/types.ts:122
Union Members
Section titled “Union Members”Type Literal
Section titled “Type Literal”{ style?: string; borderless?: string; transparent?: string; hidden_from_frontend?: string; show_in?: string; recipes?: string; }
style?
Section titled “style?”
optionalstyle?:string
HTML style attribute for the column.
borderless?
Section titled “borderless?”
optionalborderless?:string
Makes the column borderless.
transparent?
Section titled “transparent?”
optionaltransparent?:string
Makes the column transparent.
hidden_from_frontend?
Section titled “hidden_from_frontend?”
optionalhidden_from_frontend?:string
show_in?
Section titled “show_in?”
optionalshow_in?:string
recipes?
Section titled “recipes?”
optionalrecipes?:string