WidgetComponentOptions
Extends
Properties
widget?
optional
widget:WidgetType
@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
Defined in
layout/types.ts:230
component?
optional
component:string
@x-intellij-html-description
Name of a Vue component to use for the widget, if “custom” is selected.
Defined in
layout/types.ts:232
view?
optional
view:string
@x-intellij-html-description
Name of a view entity to use for the widget, if “custom” is selected.
Defined in
layout/types.ts:234
hidden_from_frontend?
optional
hidden_from_frontend:boolean
Inherited from
ComponentOptions
.hidden_from_frontend
Defined in
layout/types.ts:66
show_in?
optional
show_in:string
[]
Inherited from
Defined in
layout/types.ts:67
recipes?
optional
recipes:LayoutElementRecipes
|object
Inherited from
Defined in
layout/types.ts:68