ButtonsComponentOptions
Defined in: layout/types.ts:152
Options for layout components.
Extends
Section titled “Extends”Properties
Section titled “Properties”buttons
Section titled “buttons”buttons:
LayoutButtonDef[]
Defined in: layout/types.ts:153
justify_content?
Section titled “justify_content?”
optionaljustify_content?:"start"|"end"|"center"|"space-between"|"space-around"|"space-evenly"|"flex-start"|"flex-end"
Defined in: layout/types.ts:154
display_style?
Section titled “display_style?”
optionaldisplay_style?:"scrollable"|"block"
Defined in: layout/types.ts:155
hidden_from_frontend?
Section titled “hidden_from_frontend?”
optionalhidden_from_frontend?:boolean
Defined in: layout/types.ts:120
Inherited from
Section titled “Inherited from”ComponentOptions.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| {buttons:string;justify_content?:string;display_style?:string;hidden_from_frontend?:string;show_in?:string;recipes?:string; }
Defined in: layout/types.ts:122