Skip to content

VSideDrawer

Props

NameTypeDescription
alternatebooleanapplies scheme alternate region
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.
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
blurFocusEventFires when the element loses focus.
cancelCustomEvent<undefined>Fired when the user requests to close the side-drawer. You can prevent the side drawer from closing by calling .preventDefault() on the event.
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.
closeCustomEvent<undefined>Fired when the side drawer is closed.
focusFocusEventFires when the element receives focus.
inputEventFires when the value of an element has been changed.
keydownKeyboardEventFires when a key is pressed.
keyupKeyboardEventFires when a key is released.
openCustomEvent<undefined>Fired when the side drawer is opened.

Slots

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