Solid Automerge - v2.0.0
    Preparing search index...

    Function createDocumentProjection

    • get a fine-grained live view of a document from a handle. works with useDocHandle.

      Type Parameters

      • T extends object

      Parameters

      • handle: Accessor<DocHandle<T> | undefined>

        an accessor (signal/resource) of a DocHandle

      Returns Accessor<Doc<T> | undefined>