TableEditor.receiveSelection method
TableEditor › receiveSelection
Unofficial
Handle a selection change from the editor, moving focus into or out of the table.Signature:
receiveSelection(tr: Transaction): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| tr | Transaction | The transaction that changed the selection. |
Returns: void