Skip to content

ButtonsComponentOptions

Defined in: layout/types.ts:152

Options for layout components.

buttons: LayoutButtonDef[]

Defined in: layout/types.ts:153


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

Defined in: layout/types.ts:154


optional display_style?: "scrollable" | "block"

Defined in: layout/types.ts:155


optional hidden_from_frontend?: boolean

Defined in: layout/types.ts:120

ComponentOptions.hidden_from_frontend


optional show_in?: DefinedModuleAction[]

Defined in: layout/types.ts:121

ComponentOptions.show_in


optional recipes?: LayoutElementRecipes | { buttons: string; justify_content?: string; display_style?: string; hidden_from_frontend?: string; show_in?: string; recipes?: string; }

Defined in: layout/types.ts:122

ComponentOptions.recipes