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