Skip to main content
Version: v1

TransactionEvent Enum

An event emitted by a Transaction to indicate a state change. See TransactionEvents for event argument information.

Signature

export declare enum TransactionEvent

Flags

Flag Description
ViewChange currentView has changed from before to after

ViewChange

currentView has changed from before to after

Signature

ViewChange = "viewChange"