Developer Reference / @visdesignlab/upset2-react / ContextMenuInfo
Type Alias: ContextMenuInfo
ContextMenuInfo =
object
Defined in: types.ts:44
Represents the props for the context menu.
Properties
Property | Type | Description | Defined in |
---|---|---|---|
id | string | The Unique ID of the context menu. | types.ts:58 |
items | ContextMenuItem [] | The items to display in the context menu. | types.ts:63 |
mouseX | number | The x-coordinate of the mouse. | types.ts:48 |
mouseY | number | The y-coordinate of the mouse. | types.ts:53 |