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

    Function createDocSignal

    • a light coarse-grained primitive when you care only that a doc has changed, and not how. 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>