@sheetwrite/wasmclass
Compact serializable projection of persisted derived-cell sources and spill
identity in one range. Offsets are row-major and sorted; reference targets
are packed [sheet_handle, row, col] triples.
Members 7
byteLength
byteLength: () => number;formulaOffsets
formulaOffsets: () => Uint32Array;formulaSources
formulaSources: () => string[];free
free: () => void;referenceOffsets
referenceOffsets: () => Uint32Array;referenceTargets
referenceTargets: () => Uint32Array;spillDerived
spillDerived: () => Uint8ArrayDeclaration
View full TypeScript declaration
class SourceSnapshot { byteLength: () => number; formulaOffsets: () => Uint32Array; formulaSources: () => string[]; free: () => void; referenceOffsets: () => Uint32Array; referenceTargets: () => Uint32Array; spillDerived: () => Uint8Array;}