GanttTaskContextMenuEvent
Represents the object of the onTaskContextMenu
Gantt event.
dataItem
any
The data item which corresponds to the clicked task.
level
number[]
An array of indexes of each parent and current item in the data tree.
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any>
A React Synthetic Event.
target
An event target.