Skip to content

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