Emitted when we have new remote heads for this document

interface DocHandleRemoteHeadsPayload {
    heads: Heads;
    storageId: StorageId;
}

Properties

Properties

heads: Heads
storageId: StorageId