Skip to content

LayoutElementOptions

Defined in: layout/types.ts:119

Options for layout elements.

optional hidden_from_frontend?: boolean

Defined in: layout/types.ts:120


optional show_in?: DefinedModuleAction[]

Defined in: layout/types.ts:121


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

Defined in: layout/types.ts:122