Developer Reference / @visdesignlab/upset2-react / ContextMenuItem
Type Alias: ContextMenuItem
ContextMenuItem =
object
Defined in: types.ts:45
Properties
Property | Type | Description | Defined in |
---|---|---|---|
disabled? | boolean | Specifies whether the context menu item is disabled. | types.ts:59 |
label | string | The label for the context menu item. | types.ts:49 |
onClick | () => void | The function to call when the context menu item is clicked. | types.ts:54 |