CustomWidgetOptions
Options for layout components.
Extends
Properties
widget
widget:
"custom"
@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
Defined in
layout/types.ts:339
component?
optionalcomponent:string
@x-intellij-html-description
Name of a Vue component to use for the widget, if “custom” is selected.
Defined in
layout/types.ts:341
view?
optionalview:string
@x-intellij-html-description
Name of a view entity to use for the widget, if “custom” is selected.
Defined in
layout/types.ts:343
dynamic_height?
optionaldynamic_height:boolean
Inherited from
WidgetComponentOptions.dynamic_height
Defined in
layout/types.ts:303
hidden_from_frontend?
optionalhidden_from_frontend:boolean
Inherited from
WidgetComponentOptions.hidden_from_frontend
Defined in
layout/types.ts:120
show_in?
optionalshow_in:DefinedModuleAction[]
Inherited from
WidgetComponentOptions.show_in
Defined in
layout/types.ts:121
recipes?
optionalrecipes:LayoutElementRecipes|object
Inherited from
WidgetComponentOptions.recipes
Defined in
layout/types.ts:122