Skip to content

TableCellNodeUpdateCallback()

ts
type TableCellNodeUpdateCallback = (value) => Node | string;

Defined in: table.ts:59

Callback to update a cell's value

Parameters

ParameterType
valueNode | string

Returns

Node | string

Since

1.0.0

Author

Simon Kovtyk