ButtonsComponentOptions
Options for layout components.
Extends
Properties
buttons
buttons:
LayoutButtonDef[]
Defined in
layout/types.ts:153
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?
optionaldisplay_style:"scrollable"|"block"
Defined in
layout/types.ts:155
hidden_from_frontend?
optionalhidden_from_frontend:boolean
Inherited from
ComponentOptions.hidden_from_frontend
Defined in
layout/types.ts:120
show_in?
optionalshow_in:DefinedModuleAction[]
Inherited from
Defined in
layout/types.ts:121
recipes?
optionalrecipes:LayoutElementRecipes|object
Inherited from
Defined in
layout/types.ts:122