TableEditor.receiveIncompleteUpdate method
TableEditor › receiveIncompleteUpdate
Unofficial
Handle a document update while the table's source is still incomplete.Signature:
receiveIncompleteUpdate(tr: Transaction, newDoc: Text): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| tr | Transaction | The transaction that changed the document. |
| newDoc | Text | The new table document. |
Returns: boolean — Whether the table is up to date with the new document.