Skip to content

TableEditor.receiveIncompleteUpdate method

TableEditor › receiveIncompleteUpdate

Unofficial

Handle a document update while the table's source is still incomplete.

Signature:

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

Parameters:

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

Returns: booleanWhether the table is up to date with the new document.