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