Automerge Repo - v2.3.0-alpha.0
    Preparing search index...

    The data for a document in this Bundle

    type DocBundle = {
        data: Uint8Array;
        deps: Automerge.Heads;
        heads: Automerge.Heads;
    }
    Index

    Properties

    Properties

    data: Uint8Array

    The encoded changes in this bundle which can be applied to a document using Automerge.loadIncremental

    The change hashes which must be in a document in order to apply this bundle

    The heads of the document in this bundle - i.e. the heads of a document after loading this bundle into a document which only contains deps