Skip to main content

Developer Reference / @visdesignlab/upset2-react / ContextMenuInfo

Type Alias: ContextMenuInfo

ContextMenuInfo = object

Defined in: types.ts:65

Represents the props for the context menu.

Properties

PropertyTypeDescriptionDefined in
idstringThe Unique ID of the context menu.types.ts:79
itemsContextMenuItem[]The items to display in the context menu.types.ts:84
mouseXnumberThe x-coordinate of the mouse.types.ts:69
mouseYnumberThe y-coordinate of the mouse.types.ts:74