blockly >IContextMenu >showContextMenu

IContextMenu.showContextMenu() 方法

显示此对象的上下文菜单。

Signature:

showContextMenu(e: Event): void;

参数

参数 类型 说明
e 事件 鼠标事件。

返回

void