目录

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.

ParameterTypeDescription
typeContextMenuElementTypeThe type of the context menu element.