ping-identity
    Preparing search index...

    Type Alias JourneyHiddenValueField

    JourneyHiddenValueField: JourneyBaseField & {
        callbackId: string;
        type: "HiddenValueCallback";
    }

    Normalized field for a HiddenValueCallback with typed named fields.

    Type Declaration

    • callbackId: string

      Hidden field parameter name from the native callback.

      Named callbackId to avoid shadowing the id field key on JourneyBaseField.

    • type: "HiddenValueCallback"