Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TcSymbolEvent

Derived class for narrowing down event source. Class that represents all the TcEvents emitted by the TcSymbols through the TcBindings

Hierarchy

Index

Constructors

constructor

  • Construct the TcSymbolEvent, which represents an event emitted from a TcSymbol Object

    Parameters

    • context: TcContext

      The TcContext, from which this event originated

    • symbol: TcSymbol

      The TcSymbol, from which this event originated

    • Optional data: any

      Any data associated with this event

    Returns TcSymbolEvent

Accessors

context

data

  • get data(): any | undefined

propagationStopped

  • get propagationStopped(): boolean

symbol

timestamp

  • get timestamp(): number

Methods

stopPropagation

  • stopPropagation(): void

Generated using TypeDoc