Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecoratorFactory<P, D, T>

Type parameters

  • P: any[]

  • D: ClassDecorator | MethodDecorator | PropertyDecorator | ParameterDecorator

  • T

Hierarchy

  • DecoratorFactory

Callable

  • __call(...args: P): D
  • Parameters

    • Rest ...args: P

    Returns D

Index

Properties

Properties

class

class: T

Generated using TypeDoc