HelpBot Assistant

How can I help you?

ActionBeginArgs

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.

fromItem IGanttData

Represents the predecessor task involved in the dependency.

Indicates whether the dependency link is valid.

mergeSegmentIndexes Object[]

Defines the array of merge segment indexes for context menu click actions.

modifiedRecords IGanttData[]

Contains the modified Gantt records before the action completes.

modifiedTaskData object[]

Holds the modified task data objects.

name string

Specifies the name of the event.

newPredecessorString string

Specifies the updated predecessor string after modification.

newTaskData object

Specifies the newly added task data without custom Gantt properties.

predecessor IPredecessor

Contains the predecessor object with detailed link information.

recordIndex number

Defines the record index associated with the action.

requestType string

Defines the type of request that triggered the action.

rowData IGanttData

Represents the Gantt row data associated with the action.

splitDate Date

Defines the split date for context menu click actions.

target Element

Represents the target DOM element for the action.

toItem IGanttData

Represents the successor task involved in the dependency.

type string

Defines the type of event triggered.