Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SignalConnection

Represents a connection of a callback to a signal.

Hierarchy

  • SignalConnection

Index

Properties

Methods

Properties

enabled

enabled: boolean

If set to false it prevents the handler from receiving the signals events.

Methods

disconnect

  • disconnect(): boolean
  • Stop this connection from receiving further events permanently.

    Returns boolean

    false if the connection has already been severed.

Generated using TypeDoc