ContextMenu
The component allows you to display a Menu when right clicking
Example

<context-menu :id="id" >
<p>Menu content</p>
</context-menu>
Props
| Name | Description | Type | Required | Default |
|---|---|---|---|---|
| id | Allows you to set de id of the context menu | String | false | null |
| options | List of every option to show in the menu | Array | false | |
| open | Indicate if the menu is open or not | Boolean | false | null |
| parent | Parent component | — | false | null |
Events
| Event Name | Description | Parameters |
|---|---|---|
| ctx-open | - | - |
| ctx-close | - | - |