ITaskAddedEventArgs

23 Sep 20251 minute to read

Properties

action string

Defines the action.

cancel boolean

Defines the event is cancel-able or not.

data IGanttData[]|IGanttData

Specifies the newly added task data with Gantt properties.

modifiedRecords IGanttData[]

Defines the modified records.

modifiedTaskData object[]|object

Defines the modified task data.

newTaskData object[]|object

Specifies the newly added task data without custom Gantt properties.

recordIndex number|number[]

Defines the record index.

requestType string

Defines the request type.

rowPosition string

Defines the row position.