Skip to main content
Version: latest

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

NameTypeDescription
posContextMenuPositionPosition to show context menu

Returns

void