Vue Gantt - TaskClickEvent

The type of the taskClick event handler's argument.

import { DxGanttTypes } from "devextreme-vue/gantt"
Type: DxGanttTypes.TaskClickEvent

component

The UI component's instance.

Selector: DxComponent
Type:

Gantt

data

Type: any

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: DxEvent

key

Type: any