Skip to main content
Version: v1

TransactionEvents Interface

Events which may be emitted by Transaction

Signature

export interface TransactionEvents extends IErrorEvent

Extends: IErrorEvent

Call Signatures

CallSignature Description
(event: TransactionEvent.ViewChange, listener: (before: TreeView, after: TreeView) => void): any

Call Signature Details

(event: TransactionEvent.ViewChange, listener: (before: TreeView, after: TreeView) => void): any

Signature

(event: TransactionEvent.ViewChange, listener: (before: TreeView, after: TreeView) => void): any;