Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CreationOperatorPayload

This metadata payload is used to apply TO a rxjs creation operator (i.e. combineLatest, withLatestFrom, merge) a list of observables that are passed where the decorator is applied.

Hierarchy

Index

Properties

name

name: string

the name of the decorator

observableProperties

observableProperties: string[]

A list of properties on the reactive model to combine

operator

The rxjs creation operator to apply

Generated using TypeDoc