@dxos/client
    Preparing search index...

    Enumeration ResultFormat

    Defines the result format of the query.

    Index

    Enumeration Members

    Enumeration Members

    AutomergeDocAccessor: "automergeDocAccessor"

    Direct access to the automerge document.

    Live: "live"

    Live objects that update automatically with mutations in the database. Support signal notifications.

    Plain: "plain"

    Plain javascript objects. No live updates.