Skip to content

FieldPathBuilderWidgetOptions

Options for layout components.

Extends

Properties

widget

widget: "field_path_builder"

@x-intellij-html-description

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

Overrides

WidgetComponentOptions.widget

Defined in

layout/types.ts:351


module?

optional module: string

Defined in

layout/types.ts:352


field?

optional field: string

Defined in

layout/types.ts:353


dynamic_height?

optional dynamic_height: boolean

Inherited from

WidgetComponentOptions.dynamic_height

Defined in

layout/types.ts:303


hidden_from_frontend?

optional hidden_from_frontend: boolean

Inherited from

WidgetComponentOptions.hidden_from_frontend

Defined in

layout/types.ts:120


show_in?

optional show_in: DefinedModuleAction[]

Inherited from

WidgetComponentOptions.show_in

Defined in

layout/types.ts:121


recipes?

optional recipes: LayoutElementRecipes | object

Inherited from

WidgetComponentOptions.recipes

Defined in

layout/types.ts:122