EditorView.update method
EditorView › update
Official
Update the view for the given array of transactions.Signature:
update(transactions: readonly Transaction[]): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| transactions | readonly Transaction[] | The transactions. |
Returns: void