How can I help you?
ITaskAddedEventArgs
16 Mar 20261 minute to read
Properties
action string
Defines the action associated with the event (e.g., ‘add’, ‘insert’).
cancel boolean
Determines whether the event can be canceled.
data IGanttData[]|IGanttData
Represents the newly added task data including Gantt-specific properties.
modifiedRecords IGanttData[]
Contains the collection of records that were modified during the operation.
modifiedTaskData object[]|object
Holds the modified task data, either as a single object or an array of objects.
newTaskData object[]|object
Represents the newly added task data without custom Gantt properties.
recordIndex number|number[]
Specifies the index or indices of the newly added record(s).
requestType string
Specifies the type of request triggering the event (e.g., ‘addTask’).
rowPosition string
Indicates the row position where the new task is added (e.g., ‘Above’, ‘Below’).