ContextMenuElement
A base class that implements the common functionality for all context menu elements.
Properties
type
readonly type: ContextMenuElementType;
The type of the context menu element.
Methods
constructor()
constructor(type: ContextMenuElementType): void;
Creates a new context menu element.
| Parameter | Type | Description |
|---|---|---|
type | ContextMenuElementType | The type of the context menu element. |