Whether the default context menu is allowed. @default false
Dismiss function for the context menu, it will be called when user wants to dismiss this context menu e.g. user click away so the menu should be dismissed
The container HTML element
Render function for the context menu
The container HTML element, it will be located at the mouse click position, so the callback just need to render menu content into this container
The onDismiss callback, some menu render need to know this callback so that it can handle the dismiss event
Generated using TypeDoc
Context Menu options for ContextMenu plugin