Skip to content

TableEditor.receiveUpdate method

TableEditor › receiveUpdate

Unofficial

Handle a document update from the editor.

Signature:

receiveUpdate(tr: Transaction, newDoc: Text): boolean

Parameters:

ParameterTypeDescription
trTransactionThe transaction that changed the document.
newDocTextThe new table document.

Returns: booleanWhether the table was successfully updated.