()
| 15 | activeOpts: ShowContextMenuOpts | null = null; |
| 16 | |
| 17 | private constructor() { |
| 18 | getApi().onContextMenuClick(this.handleContextMenuClick.bind(this)); |
| 19 | } |
| 20 | |
| 21 | static getInstance(): ContextMenuModel { |
| 22 | if (ContextMenuModel.instance == null) { |