ping-identity
    Preparing search index...

    Type Alias JourneyBuildNextInputResult

    Result shape returned by callback submit builder helper.

    type JourneyBuildNextInputResult = {
        canSubmit: boolean;
        input: JourneyNextInput;
        issues: JourneySubmitIssue[];
    }
    Index

    Properties

    canSubmit: boolean

    Indicates whether input can be safely submitted to next().

    Callback payload built from normalized fields and form values.

    Blocking/non-blocking issues found while building payload.