DrawerProps
The properties of the Kendo UI for Vue Drawer component.
Name | Type | Default | Description |
---|---|---|---|
animation? |
|
Specifies the animation settings of the Drawer. If boolean enables or disables the default animation. Use DrawerAnimation to set slide animation with customizable duration option. Accepts a number in milliseconds. | |
dir? |
|
Represents the | |
expanded? |
|
Specifies the state of the Drawer. Defaults to | |
item? |
|
Overrides the default component responsible for visualizing a single item (see example). The default Component is: DrawerItem. | |
items? |
|
The collection of items that will be rendered in the Drawer (see example). | |
mini? |
|
Enables the mini (compact) view of the Drawer which is displayed when the component is collapsed (see example)). | |
miniWidth? |
|
Defines the width of the Drawer when the mini view is enabled and the component is collapsed. Defaults to | |
mode? |
|
Specifies the mode in which the Drawer will be displayed.
The possible values are | |
navigationContent? |
|
Provides the option to define a custom template inside the navigational section of the Drawer component (see example). When defined, the custom template will override the default DrawerItem rendering. By default, the property is not defined. | |
navigationFooter? |
|
Provides the option to define a | |
navigationHeader? |
|
Provides the option to define a | |
onOverlayclick? |
|
The event handler that will be fired when the overlay is clicked. Used in overlay mode only. | |
onSelect? |
|
Fires when a Drawer item is selected. | |
position? |
|
Specifies the position of the Drawer.
The possible values are | |
tabIndex? |
|
Sets the | |
width? |
|
Defines the width of the Drawer when it is expanded. Defaults to |