Skip to content

LayoutComponentOptions

Defined in: layout/types.ts:267

Options for layout components.

layout: LayoutSpec

Defined in: layout/types.ts:268


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 | { layout: string; hidden_from_frontend?: string; show_in?: string; recipes?: string; }

Defined in: layout/types.ts:122

ComponentOptions.recipes