Skip to content
Sheetwrite

Sheetwrite / Documentation

CellNote@sheetwrite/core

Serializable plain-text note anchored to a cell.

Serializable plain-text note anchored to a cell.

Members 2

addr
addr: CellAddress;
text
text: string;

Declaration

View full TypeScript declaration
export interface CellNote {
addr: CellAddress;
text: string;
}