Options
All
  • Public
  • Public/Protected
  • All
Menu

An Inlet that decoheres a parameterized Outlet whenever the Inlet decoheres, and that recoheres the parameterized Outlet whenever the Inlet recoheres.

Type parameters

  • I

Hierarchy

Index

Constructors

constructor

Properties

Readonly input

input: null | Outlet<I>

Readonly outlet

outlet: Outlet<unknown>

Methods

bindInput

  • bindInput(newInput: null | Outlet<I>): void

decohereOutput

  • decohereOutput(): void

Protected didDecohereOutput

  • didDecohereOutput(): void

Protected didRecohereOutput

  • didRecohereOutput(version: number): void

disconnectInputs

  • disconnectInputs(): void

disconnectOutputs

  • disconnectOutputs(): void

Protected onDecohereOutput

  • onDecohereOutput(): void

Protected onRecohereOutput

  • onRecohereOutput(version: number): void

recohereOutput

  • recohereOutput(version: number): void

unbindInput

  • unbindInput(): void

Protected willDecohereOutput

  • willDecohereOutput(): void

Protected willRecohereOutput

  • willRecohereOutput(version: number): void

Generated using TypeDoc