Skip to content

TableEditor.dispatchUpdate method

TableEditor › dispatchUpdate

Unofficial

Forward an update made inside a cell editor to the parent document.

Signature:

dispatchUpdate(cellEditor: TableCellEditor, tr: Transaction): void

Parameters:

ParameterTypeDescription
cellEditorTableCellEditorThe cell editor the update came from.
trTransactionThe cell editor transaction.

Returns: void