HelpBot Assistant

How can I help you?

ActionCompleteArgs

16 Mar 20261 minute to read

Properties

action string

Defines the specific action performed (e.g., add, delete, update).

cancel boolean

Indicates whether the action should be canceled.

data IGanttData[]

Represents the collection of Gantt row data related to the action.

element HTMLElement

Represents the HTML element associated with the action.

keyEvent Event

References the original keyboard event object.

modifiedRecords IGanttData[]

Contains the modified Gantt records after the action.

modifiedTaskData Object[]

Holds the modified task data objects.

newTaskData object

Specifies the newly added task data without custom Gantt properties.

recordIndex number

Defines the record index associated with the action.

requestType string

Specifies the type of request that triggered the action.

timeline ZoomTimelineSettings

Represents the timeline settings applied during the zoom operation.

type string

Defines the type of event triggered.