ContextMenu

The component allows you to display a Menu when right clicking

Example

ContextMenu

<context-menu :id="id" >
  <p>Menu content</p>
</context-menu>

Props

NameDescriptionTypeRequiredDefault
idAllows you to set de id of the context menuStringfalsenull
optionsList of every option to show in the menuArrayfalse
openIndicate if the menu is open or notBooleanfalsenull
parentParent componentfalsenull

Events

Event NameDescriptionParameters
ctx-open--
ctx-close--