jmap-kit
    Preparing search index...

    Interface JMAPResultReferenceInternal

    Internal interface allowing Symbol values on resultOf properties. Used for ResultReference.prototype.toJSON.

    Any symbol values should be replaced by a JSON.stringify replacer function.

    interface JMAPResultReferenceInternal {
        name: string;
        path: string;
        resultOf: symbol;
    }

    Hierarchy

    Index

    Properties

    Properties

    name: string

    The required name of a response to that method call.

    path: string

    A pointer into the arguments of the response selected via the name and resultOf properties. This is a JSON Pointer RFC 6901, except it also allows the use of * to map through an array.

    resultOf: symbol