Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MonoOperatorHandler

Handles MonoOperatorMetadata by piping the supplied operator and arguments to the observable that the decorator is applied to.

Hierarchy

  • MonoOperatorHandler

Implements

Index

Methods

Methods

handle

  • Pipes the operator with its supplied arguments onto the observable that is returned by accessing the model at the supplied property name.

    Parameters

    • model: ReactiveModel

      the reactive model the decorator is applied to

    • propertyName: string

      the property the decorator is applied to

    • payload: MonoOperatorPayload

      the operator and arguments

    Returns void

Generated using TypeDoc