GanttAddClickEvent

Represents the object of the onAddClick Gantt event.

NameTypeDefaultDescription

direction

AddDirection

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

GanttHandle

An event target.