Defines the panel of the DashboardLayout component.
number
Defines the column value where the panel to be placed.
Defaults to 0
string
| HTMLElement
| Function
Defines the template value that should be displayed as the panel’s content.
string
Defines the CSS class name that can be appended with each panel element.
Defaults to ”
boolean
Defines whether to the panel should be enabled or not.
Defaults to true
string
| HTMLElement
| Function
Defines the template value that should be displayed as the panel’s header.
string
Defines the id of the panel.
Defaults to ”
number
Specifies the maximum width of the panel in cells count.
Defaults to null
number
Specifies the maximum height of the panel in cells count.
Defaults to null
number
Specifies the minimum width of the panel in cells count.
Defaults to 1
number
Specifies the minimum height of the panel in cells count.
Defaults to 1
number
Defines a row value where the panel should be placed.
Defaults to 0
number
Specifies the width of the panel in the layout in cells count.
Defaults to 1
number
Specifies the height of the panel in the layout in cells count.
Defaults to 1
number
Specifies the z-index of the panel
Defaults to 1000