ScanWidgetOptions
Defined in: layout/types.ts:393
Options for layout components.
Extends
Section titled “Extends”Properties
Section titled “Properties”widget
Section titled “widget”widget:
"scan"
Defined in: layout/types.ts:394
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”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;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; 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
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