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