PanelBarProps
Represents the props of the Kendo UI for Vue PanelBar component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Sets the animation state of the PanelBar. | |
className? |
|
The class name that is set to the PanelBar. | |
dir? |
|
Sets the direction of the PanelBar component. | |
expanded? |
|
Sets the initial expanded state of the PanelBar. | |
expandMode? |
|
Sets the expand mode of the PanelBar (see example). The available modes are:
| |
focused? |
|
Sets the initial focused state of the PanelBar. | |
isControlled? |
|
Determines if the PanelBar is going to be used in controlled state. | |
items? |
|
Sets the items of the PanelBar. | |
keepItemsMounted? |
|
Determines if the PanelBar items will be mounted after expand collapse. Defaults to | |
onSelect? |
|
Fires each time the user makes a selection (see example). | |
selected? |
|
If set, overrides the currently selected property in the PanelBar state. |