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

    Options to be passed to init or load

    type InitOptions<T> = {
        actor?: Automerge.ActorId;
        allowMissingChanges?: boolean;
        freeze?: boolean;
        patchCallback?: Automerge.PatchCallback<T>;
    }

    Type Parameters

    • T

      The type of the value the document contains

    Index

    Properties

    The actor ID to use for this document, a random one will be generated if null is passed

    allowMissingChanges?: boolean

    Allow loading a document with missing changes

    freeze?: boolean
    patchCallback?: Automerge.PatchCallback<T>

    A callback which will be called with the initial patch once the document has finished loading