TableEditor.dispatchUpdate method
TableEditor › dispatchUpdate
Unofficial
Forward an update made inside a cell editor to the parent document.Signature:
dispatchUpdate(cellEditor: TableCellEditor, tr: Transaction): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| cellEditor | TableCellEditor | The cell editor the update came from. |
| tr | Transaction | The cell editor transaction. |
Returns: void