Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignalBinding

Interface representing a single binding to the signal. This can be used to detach the handler function from the owning signal so that it will no longer receive events.

Hierarchy

  • SignalBinding

Index

Methods

Methods

detach

  • detach(): boolean
  • Detaches this binding from the owning signal.

    Returns boolean

dispose

  • dispose(): void
  • Detaches this binding from the owning signal.

    Returns void

Generated using TypeDoc