ping-identity
    Preparing search index...

    Type Alias DaVinciBuildNextInputResult

    Result shape returned by the collector submit builder helper.

    type DaVinciBuildNextInputResult = {
        canSubmit: boolean;
        input: DaVinciNextInput;
        issues: DaVinciSubmitIssue[];
    }
    Index

    Properties

    canSubmit: boolean

    Whether input can be safely submitted to next().

    Collector payload built from normalised fields and form values.

    Blocking and non-blocking issues found while building the payload.