TableEditor.receiveUpdate method
TableEditor › receiveUpdate
Unofficial
Handle a document update from the editor.Signature:
receiveUpdate(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 was successfully updated.