Class Connection<T, TR>

Connection between Signals and Slots

Type Parameters

  • T

  • TR

Hierarchy

  • Connection

Constructors

Properties

Methods

Constructors

  • Type Parameters

    • T

    • TR

    Parameters

    Returns Connection<T, TR>

Properties

signals: Signals<T, TR>
slot: Slot<T, TR>
tag: any

Methods

  • Disconnect between Signals and Slots

    Returns void

Generated using TypeDoc