Appearance
type TableCellNodeUpdateCallback = (value) => Node | string;
Defined in: table.ts:59
Callback to update a cell's value
value
Node
string
Node | string
1.0.0
Simon Kovtyk