Skip to content
On this page

VSideDrawer

Props

NameTypeDescription
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
closeCustomEvent<undefined>Fired when the side drawer is closed.
openCustomEvent<undefined>Fired when the side drawer is opened.
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.

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.