Skip to content
Sheetwrite

Sheetwrite / Documentation

PendingCommit@sheetwrite/core

Immutable local operation batch awaiting a host acknowledgement.

Immutable local operation batch awaiting a host acknowledgement.

Members 4

documentId
documentId: string;
baseVersion
baseVersion: number;
clientMutationId
clientMutationId: string;
operations
readonly operations: readonly DocumentOp[];

Declaration

View full TypeScript declaration
export interface PendingCommit {
documentId: string;
baseVersion: number;
clientMutationId: string;
readonly operations: readonly DocumentOp[];
}