Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Relay<T>

A Relay is an event forwarder which functions as a replugabble event pipe. Once created, you can connect an input event to it and it will simply forward events from that input event through its own event property. The input can be changed at any point in time.

Type parameters

  • T

Hierarchy

  • Relay

Implements

Index

Properties

Accessors

Methods

Properties

Readonly event

event: Event<T>

Accessors

input

  • set input(event: Event<T>): any
  • Parameters

    Returns any

Methods

dispose

  • dispose(): void

Generated using TypeDoc