TableEditor.applyCellUpdates method
TableEditor › applyCellUpdates
Unofficial
Apply pending cell content updates to the document.Signature:
applyCellUpdates(tr: Transaction, cellMap: Map<TableCell, TableCellChange[]>, offset: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| tr | Transaction | The transaction the updates came from. |
| cellMap | Map<TableCell, TableCellChange[]> | Map of cells to the changes made within them, relative to each cell's start. |
| offset | number | Offset introduced by a change to the alignment row. |
Returns: void