Skip to content
Sheetwrite

Sheetwrite / Documentation

GridTransaction@sheetwrite/core

An undoable transaction submitted through a Grid.

An undoable transaction submitted through a Grid.

Grid transactions deliberately have no epoch: optimistic reconciliation is a low-level Store concern, while Grid commits are normal host-driven edits that participate in read-only policy and undo/redo history.

Members 1

patches
patches: DocumentOp[];

Declaration

View full TypeScript declaration
export interface GridTransaction {
patches: DocumentOp[];
}