• Introduction
  • Getting Started
  • Vue 2 End of Support
  • Native Components
    • Animation
    • Buttons
    • Chartsupdated
    • Conversational UInew
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Form
    • Gauges
    • Grid
    • Icons
    • Indicators
    • Inputs
    • Labels
    • Layoutupdated
      • Overview
      • Getting Started
      • ActionSheetnew
      • AppBar
      • Avatar
      • BottomNavigation
      • Card
      • ContextMenu
      • Drawer
      • ExpansionPanelnew
      • GridLayoutnew
      • Menu
      • PanelBar
      • Splitter
      • StackLayoutnew
      • Stepper
      • TabStrip
      • TileLayoutupdated
      • Wizard
      • Globalization
      • API
    • ListBox
    • ListView
    • Notification
    • PDF Processing
    • Popup
    • Progress Bars
    • Scheduler
    • ScrollView
    • Tooltip
    • TreeList
    • TreeView
    • Upload
  • Wrapper Components
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • FAQ
  • Troubleshooting
New to Kendo UI for Vue? Start a free 30-day trial

DrawerItemProps

An interface for the Drawer items.

NameTypeDefaultDescription

disabled?

boolean

Specifies if the Drawer item is disabled.

icon?

string

Defines the name for an existing icon in a Kendo UI for Vue theme. The icon is rendered inside the Drawer item by a span.k-icon element.

index?

number

Sets the index of the DrawerItem that is used to identify it.

selected?

boolean

Specifies if the Drawer item is initially selected.

separator?

boolean

Specifies if this is a separator item.

svgIcon?

SVGIcon

Defines an SVGIcon to be rendered within the Drawer item.

tabIndex?

number

Sets the tabIndex property of the DrawerItem. Defaults to 0.

text?

string

Specifies the text content of the Drawer item.