DrawingContextMenuItem
Documentation / @elitechart/core / DrawingContextMenuItem
Defined in: ui/drawing-context-menu.ts:25
A single menu row. The chart constructs these internally; consumers
usually only see them via showFor callbacks. 'danger' rows render
in the down/red theme color (used for Delete).
Example
Properties
disabled?
Defined in: ui/drawing-context-menu.ts:30
When true, the item renders disabled.
id
Defined in: ui/drawing-context-menu.ts:26
kind?
Defined in: ui/drawing-context-menu.ts:28
label
Defined in: ui/drawing-context-menu.ts:27
Methods
onSelect()
Defined in: ui/drawing-context-menu.ts:31
Returns
void