Options
All
  • Public
  • Public/Protected
  • All
Menu

An output slot is Slot attached to a RxJs observable: when a module emit a value through one of its output slot's Pipe, this observable

It also features a contract for input data validation and a description.

Type parameters

  • T

Hierarchy

Index

Constructors

Properties

Constructors

constructor

  • new OutputSlot<T>(slotId: string, moduleId: string, metadata: any, observable$: Observable<{ configuration: any; context: any; data: T }>): OutputSlot<T>

Properties

Readonly metadata

metadata: any

Readonly moduleId

moduleId: string

Readonly observable$

observable$: Observable<{ configuration: any; context: any; data: T }>

Readonly slotId

slotId: string

Generated using TypeDoc