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

    Interface DocHandleRemoteHeadsPayload

    Emitted when we have new remote heads for this document

    interface DocHandleRemoteHeadsPayload {
        heads: UrlHeads;
        storageId: StorageId;
        timestamp: number;
    }
    Index

    Properties

    heads: UrlHeads
    storageId: StorageId
    timestamp: number