Skip to main content

Developer Reference / @visdesignlab/upset2-react / ContextMenuInfo

Type Alias: ContextMenuInfo

ContextMenuInfo = object

Defined in: types.ts:44

Represents the props for the context menu.

Properties

PropertyTypeDescriptionDefined in
idstringThe Unique ID of the context menu.types.ts:58
itemsContextMenuItem[]The items to display in the context menu.types.ts:63
mouseXnumberThe x-coordinate of the mouse.types.ts:48
mouseYnumberThe y-coordinate of the mouse.types.ts:53