Skip to content
Sheetwrite

Sheetwrite / Documentation

CellChange@sheetwrite/core

One committed cell edit, carrying enough to roll back.

One committed cell edit, carrying enough to roll back.

Members 5

addr
addr: CellAddress;
oldValue
oldValue: CellValue;
newValue
newValue: CellValue;
oldStyle
oldStyle?: CellStyle;
newStyle
newStyle?: CellStyle;

Declaration

View full TypeScript declaration
export interface CellChange {
addr: CellAddress;
oldValue: CellValue;
newValue: CellValue;
oldStyle?: CellStyle;
newStyle?: CellStyle;
}