Skip to content
Sheetwrite

Sheetwrite / Documentation

RangeSnapshot@sheetwrite/wasm

Opaque, store-local history payload for one dense rectangular cell block.

Opaque, store-local history payload for one dense rectangular cell block.

The host may retain this object in undo history, but it is deliberately not part of the serialized document protocol. String payloads remain interned in the owning CellStore, so snapshots must only be restored into that store.

Members 6

byteLength
byteLength: () => number;
formulaOffsets
formulaOffsets: () => Uint32Array;
formulaSources
formulaSources: () => string[];
free
free: () => void;
kinds
kinds: () => Uint8Array;
styleIds
styleIds: () => Uint32Array

Declaration

View full TypeScript declaration
class RangeSnapshot {
byteLength: () => number;
formulaOffsets: () => Uint32Array;
formulaSources: () => string[];
free: () => void;
kinds: () => Uint8Array;
styleIds: () => Uint32Array;
}