Skip to content

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): void

Parameters:

ParameterTypeDescription
trTransactionThe transaction that changed the selection.

Returns: void