Skip to content
On this page

VSideDrawer

Props

NameTypeDescription
aria-currentEnum:
page
step
location
date
time
true
false
Indicates the element that represents the current item within a container or set of related elements.
alternatebooleanapplies scheme alternate region
modalbooleansets the side drawer's type to modal
openbooleanindicates whether the side drawer is open
trailingbooleansets the side of the side drawer

Events

NameEvent TypeDescription
clickMouseEventFires when a pointing device button (such as a mouse's primary mouse button) is both pressed and released while the pointer is located inside the element.
focusFocusEventFires when the element receives focus.
blurFocusEventFires when the element loses focus.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.
inputEventFires when the value of an element has been changed.
closeCustomEvent<undefined>Fired when the side drawer is closed.
openCustomEvent<undefined>Fired when the side drawer is opened.

Slots

NameDescription
defaultSets assigned nodes to the side drawer itself.
app-contentSets assigned nodes to the main application content, the side drawer is opened next to.