Vue Gantt - TaskDblClickEvent

The type of the taskDblClick event handler's argument.

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

cancel

Specifies whether the event is cancelable.

Type:

Boolean

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