Skip to content

HeadlineComponentOptions

Defined in: layout/types.ts:456

Options for layout components.

identifier: string

Defined in: layout/types.ts:457


optional icon?: string

Defined in: layout/types.ts:458


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

Defined in: layout/types.ts:122

ComponentOptions.recipes