jmap-kit
    Preparing search index...

    Interface ResultReferenceInterface

    The interface for Result Reference objects created by Invocations

    interface ResultReferenceInterface {
        name: string;
        path: string;
        toJSON(): JMAPResultReferenceInternal;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string
    path: string

    Methods