IContextMenuRenderer
Interface
Methods
hide
hides the menu.
Signature
hide() => void
Returns
void
isShown
Signature
isShown() => boolean
Returns
true  when the menu is currently displayed.
boolean
show
Displays the menu at the position.
Signature
show(pos: ContextMenuPosition) => void
Parameters
| Name | Type | Description | 
|---|---|---|
| pos | ContextMenuPosition | Position to show context menu | 
Returns
void