Skip to content

FieldPathBuilderWidgetOptions

Defined in: layout/types.ts:350

Options for layout components.

widget: "field_path_builder"

Defined in: layout/types.ts:351

Type of the widget to use.

\n
    \n
  • custom: Custom widget
  • \n
  • donut: Donut chart
  • \n
  • history: History chart
  • \n
  • kanban: Kanban board
  • \n
  • permissions: Permissions widget
  • \n
  • scan: Scan widget
  • \n
  • bar: Bar chart
  • \n
  • column: Column chart
  • \n
  • line: Line chart
  • \n
  • progress: Progress widget
  • \n
  • radar: Radar chart
  • \n

WidgetComponentOptions.widget


optional module?: string

Defined in: layout/types.ts:352


optional field?: string

Defined in: layout/types.ts:353


optional dynamic_height?: boolean

Defined in: layout/types.ts:303

WidgetComponentOptions.dynamic_height


optional hidden_from_frontend?: boolean

Defined in: layout/types.ts:120

WidgetComponentOptions.hidden_from_frontend


optional show_in?: DefinedModuleAction[]

Defined in: layout/types.ts:121

WidgetComponentOptions.show_in


optional recipes?: LayoutElementRecipes | { widget: string; module?: string; field?: string; dynamic_height?: string; hidden_from_frontend?: string; show_in?: string; recipes?: string; }

Defined in: layout/types.ts:122

LayoutElementRecipes


{ widget: string; module?: string; field?: string; dynamic_height?: string; hidden_from_frontend?: string; show_in?: string; recipes?: string; }

widget: string

Type of the widget to use.

\n
    \n
  • custom: Custom widget
  • \n
  • donut: Donut chart
  • \n
  • history: History chart
  • \n
  • kanban: Kanban board
  • \n
  • permissions: Permissions widget
  • \n
  • scan: Scan widget
  • \n
  • bar: Bar chart
  • \n
  • column: Column chart
  • \n
  • line: Line chart
  • \n
  • progress: Progress widget
  • \n
  • radar: Radar chart
  • \n

optional module?: string

optional field?: string

optional dynamic_height?: string

optional hidden_from_frontend?: string

optional show_in?: string

optional recipes?: string

WidgetComponentOptions.recipes