ping-identity
    Preparing search index...

    Type Alias JourneyCallbackInput

    Callback mutation entry submitted to next().

    type JourneyCallbackInput = {
        index?: number;
        type: JourneyCallbackType;
        value?: JourneyCallbackInputValue;
    }
    Index

    Properties

    Properties

    index?: number

    Optional zero-based index when multiple callbacks share the same type.

    Callback type to mutate.

    Callback value to apply.