Builds a submit plan from current values plus optional overrides.
Optionaloverrides: Partial<JourneyFormValues>Optional value overrides applied before planning.
Submit planning result.
Indicates whether input can be safely submitted.
Removes one field value.
Normalized field id.
Void.
Normalized callback fields for the active Journey node.
Returns one normalized field by id.
Normalized field id.
Matching field or undefined.
Returns one normalized field by callback type and per-type index.
Native callback type.
OptionaltypeIndex: numberOptional per-type index (defaults to 0).
Matching field or undefined.
Returns normalized fields for a callback type.
Native callback type.
Matching fields for the callback type, or an empty list.
Submit payload derived from node + values.
Planning issues detected for the current submit payload.
Derived callback execution metadata.
Resets the full value map, then reapplies callback-provided defaults.
OptionalnextValues: JourneyFormValuesOptional reset base values.
Void.
Sets one normalized field value.
Normalized field id.
New field value.
Void.
Sets one field value by callback type and per-type index.
Native callback type.
New field value.
OptionaltypeIndex: numberOptional per-type index (defaults to 0).
True when a matching field was found and updated.
Merges one or more field values.
Static patch object or updater function.
Void.
Current form value map keyed by normalized field id.
Return contract for useJourneyForm.