Creates an instance of BimCTContextMenu.
The renderer associated with the context menu.
Gets whether the menu is currently showing.
True if the menu is showing, otherwise false.
Creates a menu item.
The text of the menu item.
Whether the text is internationalized.
The shortcut key for the menu item.
The click event callback.
Optionalenabled: BimCTMenuEnabledCallbackCallback to check if the menu item is enabled.
The image for the menu item.
The created menu item.
Creates a check menu item.
The text of the menu item.
Whether the text is internationalized.
The shortcut key for the menu item.
Whether the menu item is checked.
The click event callback.
Optionalenabled: BimCTMenuEnabledCallbackCallback to check if the menu item is enabled.
The created menu item.
Creates a bold and italic submenu.
The text of the submenu.
Whether the text is internationalized.
The type of the submenu.
The created submenu.
Creates a submenu.
The text of the submenu.
Whether the text is internationalized.
The type of the submenu.
Optionalicon: stringThe created submenu.
Adds a separator to the menu.
Removes a menu item.
The menu item to remove.
Deletes the popup menu.
Gets the HTML div element of the popup menu.
The HTML div element.
Checks if the menu was clicked.
The X coordinate of the click.
The Y coordinate of the click.
True if the menu was clicked, otherwise false.
Adds a new custom menu that is placed on top of the context menu.
Removes a custom menu.
Sets the custom menu text of the default custom menu.
The custom menu text.
Adds a custom menu item to the default custom menu
The custom menu item to add.
Clears all custom menu items.
Clears all custom menus.
Shows the context menu.
The UI event that triggered the context menu.
Hides the context menu.
True if the menu was showing, otherwise false.
Checks if the context menu is currently showing.
True if the context menu is showing, otherwise false.
Constructs the context menu.
The X coordinate for the menu.
The Y coordinate for the menu.
Class representing a BimCT context menu.