ping-identity
    Preparing search index...

    Type Alias DaVinciCollectorInput

    Key-indexed collector value submitted to DaVinciClient.next.

    type DaVinciCollectorInput = {
        key: string;
        value: unknown;
    }
    Index

    Properties

    Properties

    key: string

    Collector key from the active ContinueNode.

    value: unknown

    Value to apply to the collector.