Skip to content

ButtonsComponentOptions

Extends

Properties

buttons

buttons: LayoutButtonDef[]

Defined in

layout/types.ts:97


justify_content?

optional justify_content: "start" | "end" | "center" | "space-between" | "space-around" | "space-evenly" | "flex-start" | "flex-end"

Defined in

layout/types.ts:98


display_style?

optional display_style: "scrollable" | "block"

Defined in

layout/types.ts:99


hidden_from_frontend?

optional hidden_from_frontend: boolean

Inherited from

ComponentOptions.hidden_from_frontend

Defined in

layout/types.ts:66


show_in?

optional show_in: string[]

Inherited from

ComponentOptions.show_in

Defined in

layout/types.ts:67


recipes?

optional recipes: LayoutElementRecipes | object

Inherited from

ComponentOptions.recipes

Defined in

layout/types.ts:68