TaskClickEvent
Interface
Provides the arguments for the taskClick event of the Gantt.
Definition
Package:@progress/kendo-angular-gantt
Properties
dataItem
any
Holds the data item for the clicked task.
index
number
Holds the order index of the clicked task, based on the number of rendered tasks in the Timeline.
originalEvent
PointerEvent | KeyboardEvent
Holds the DOM event that triggered the taskClick event.
Holds the Gantt component instance.
type
"click" | "contextmenu" | "dblclick"
Holds the type of event that triggered the taskClick event.