Skip to content

VMenu

Props

NameTypeDescription
anchorEnum:
string
HTMLElement
ID or direct reference to the component's anchor element.
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.
auto-dismissbooleanindicates whether the menu will automatically close when focus moves away from it.
openbooleanindicates whether the menu is open
placementEnum:
top
right
bottom
left
top-start
top-end
right-start
right-end
bottom-start
bottom-end
left-start
left-end
placement of the menu
position-strategyEnum:
absolute
fixed
The strategy-absolute attribute.
triggerEnum:
auto
legacy
off
Controls how the menu opens and closes itself.

Events

NameEvent TypeDescription
blurFocusEventFires when the element loses focus.
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 menu 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 menu is opened

Slots

NameDescription
action-itemsUsed to add action items to the bottom of the menu.
anchorUsed to set the anchor element for the menu.
defaultDefault slot.
headerUsed to add additional content to the top of the menu.

Methods

NameTypeDescription
collapseExpandedItem() => voidCollapses any expanded Menu Items.
focus() => voidMoves focus into the menu. If there is a child with the autofocus attribute, it will be focused. Otherwise, the first focusable child will be focused.
openChanged(_: boolean,newValue: boolean) => void