@dxos/client
    Preparing search index...

    Interface DocAccessor<T>

    interface DocAccessor<T = any> {
        get handle(): IDocHandle<T>;
        get path(): KeyPath;
    }

    Type Parameters

    • T = any
    Index

    Accessors

    Accessors

    • get handle(): IDocHandle<T>

      Returns IDocHandle<T>

    • get path(): KeyPath

      Returns KeyPath