New to Kendo UI for AngularStart a free 30-day trial

Provides the arguments for the taskClick event of the Gantt.

Definition

Package:@progress/kendo-angular-gantt

Properties

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.