GanttAddClickEvent
Represents the object of the onAddClick
Gantt event.
dataItem
any
The data item which corresponds to the clicked row.
direction
The direction of the add action.
nativeEvent
any
A native DOM event.
selectedDataItem?
any
The data item which is currently selected.
slotEnd
Date
Current view first slot range end date.
slotStart
Date
Current view first slot range start date.
syntheticEvent
SyntheticEvent<any>
A React Synthetic Event.
target
An event target.