Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TcTypeRegistryEvent

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

Hierarchy

Index

Constructors

constructor

  • Construct the TcTypeRegistryEvent, which represents an event emitted from a TcTypeRegistry Object

    Parameters

    • context: TcContext

      The TcContext, from which this event originated

    • registry: TcTypeRegistry

      The TcTypeRegistry, from which this event originated

    • Optional data: any

      Any data associated with this event

    Returns TcTypeRegistryEvent

Accessors

context

data

  • get data(): any | undefined

propagationStopped

  • get propagationStopped(): boolean

registry

timestamp

  • get timestamp(): number

Methods

stopPropagation

  • stopPropagation(): void

Generated using TypeDoc