ContextMenu
Overview
The root provider for a context menu.
Props
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| dir | string | undefined | The reading direction of the menu. | |
| modal | boolean | undefined | When true, interaction with outside elements will be disabled. | |
| pressOpenDelay | number | undefined | The duration in ms from when the trigger is pressed until the menu opens. |
Slots
default
Slot.
Events
| Name | Description |
|---|---|
update:open | Emitted when the open state changes. |
Source
client/lib/navigation/context-menu/ContextMenu.vue