React Gantt - TaskDblClickEvent

The type of the taskDblClick event handler's argument.

import { GanttTypes } from "devextreme-react/gantt"
Type: GanttTypes.TaskDblClickEvent

cancel

Specifies whether the event is cancelable.

Type:

Boolean

component

The UI component's instance.

Selector: Component
Type:

Gantt

data

Type: any

element

The UI component's container.

event

A native browser event with additional fields from EventObject.

Selector: Event

key

Type: any