- The
<App>component takes them as flaton*props —onBeforeSave,onAfterSave,onSaveError,onApiError,onWorkflowLoad,onBeforeSwap,onAfterSwap. - The mount options bag (
mountFlowDropApp,mountWorkflowEditor) takes the groupedeventHandlersobject, which additionally wiresonWorkflowChange,onDirtyStateChange, andonBeforeUnmount.
Reference
Event handlers reference
Complete reference for all FlowDrop event handlers.
FlowDrop exposes the same set of lifecycle callbacks through two surfaces:
Every handler is optional.
For usage examples and patterns, see the Event System guide.