UI
Methods
hide()
Hides the context menu.
Returns
Type | Description |
---|---|
boolean | True if the context menu was open, false otherwise. |
show(event)
Shows the context menu.
Parameters
event* Event | Browser event that requested the context menu. |
* Required