Hi Ryan,
Greetings from Syncfusion Support,
You're absolutely right when working with the @actionComplete event in
the Syncfusion Gantt Chart (especially in Vue + TypeScript), it's important to
understand the structure of the args object and the possible values for
properties like action and type.
The official documentation for ActionCompleteArgs lists the available
properties (like action, type, newTaskData, etc.), but it doesn't provide a
complete list of possible values for those properties. This can make it
difficult to know exactly what to expect or how to handle different cases in
your code.
Based
on Syncfusion's usage patterns, here are some commonly observed values for
args.action:
• "add"
• "dialogEditing"
• "delete"
• "OpenDialog"
•
"TaskbarEditing"
•
"DrawConnectorLine"
•
"VerticalScroll"
•
"HorizontalScroll"
•
"TimescaleUpdate"
• "CellEditing"
And for args.type, you’ll typically see:
• "save"
These values help you determine what
kind of operation just completed, so you can respond accordingly in your event
handler.
Additionally, we will include the list of action and type properties in the
upcoming Volume 2 Service Pack release at the end of July 2025.
We appreciate your patience until then.
If you have any further questions or need additional assistance, please feel
free to let us know!
Regards,
Ajithkumar G