Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "decorator"

Index

Interfaces

Type aliases

Functions

Type aliases

CombineConditionFactory

CombineConditionFactory: (...args: any[]) => any

This decorator will automatically generate asynchronous process execution conditions from the method arguments unless specified. In most cases that's fine, but if you want to customize this process, you can overwrite it according to this type. The order and types of the arguments are all the same as for methods that use decorators.

Type declaration

    • (...args: any[]): any
    • Parameters

      • Rest ...args: any[]

      Returns any

Functions

Combine

  • It is a decorator for combining asynchronous processes.

    Type parameters

    • T

    Parameters

    • Optional optionsOrconditionFactory: DecoratorOptions | CombineConditionFactory

      Specify the option when setting the decorator or the method that customizes the asynchronous process execution condition.

    Returns Decorator

Generated using TypeDoc