Menu class
A basic menu class.
Signature:
export declare class Menu
Constructors
Constructor | Modifiers | Description |
|---|---|---|
Constructs a new Menu instance. |
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Coordinate | null | Coordinates of the pointerdown event that caused this menu to open. Used to prevent the consequent pointerup event due to a simple click from activating a menu item immediately. |
Methods
Method | Modifiers | Description |
|---|---|---|
Dispose of this menu. | ||
Creates the menu DOM. |