New to Kendo UI for Angular? Start a free 30-day trial
TaskClickEvent
Provides the arguments for the taskClick
event of the Gantt.
Name | Type | Default | Description |
---|---|---|---|
dataItem |
|
Holds the data item for the clicked task. | |
index |
|
Holds the order index of the clicked task, based on the number of rendered tasks in the Timeline. | |
originalEvent |
|
Holds the DOM event that triggered the | |
sender |
|
Holds the Gantt component instance. | |
type |
|
Holds the type of event that triggered the |