Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • I

Hierarchy

Index

Constructors

constructor

Properties

Readonly input

input: null | Outlet<I>

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

get

  • get(): undefined | I

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