Skip to content
Mog is in active development. The GitHub repo, SDK packages, and community channels are not yet available. Follow for launch updates

ws.changes

WorksheetChanges

Sub-API for opt-in change tracking on a worksheet.

1 method

track

ChangeTracker
track(options?: ChangeTrackOptions): ChangeTracker;
ParameterTypeRequired
optionsChangeTrackOptionsoptional

Create a change tracker that accumulates cell-level change records from this point forward. @param options - Optional scope and origin filters @returns A ChangeTracker handle — call collect() to drain, close() when done