Automerge Repo - v2.3.0-alpha.0
    Preparing search index...
    type Message = {
        data?: Uint8Array;
        documentId?: DocumentId;
        senderId: PeerId;
        targetId: PeerId;
        type: string;
    }
    Index

    Properties

    data?: Uint8Array
    documentId?: DocumentId
    senderId: PeerId

    The peer ID of the sender of this message

    targetId: PeerId

    The peer ID of the recipient of this message

    type: string