ping-identity
    Preparing search index...

    Type Alias JourneyFieldRef

    Strongly typed callback reference for one callback instance in a node.

    type JourneyFieldRef = {
        type: JourneyCallbackType;
        typeIndex: number;
    }
    Index

    Properties

    Properties

    Native callback type.

    typeIndex: number

    Per-type callback index.