Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MethodDecorator

Hierarchy

  • MethodDecorator

Callable

  • __call<T>(target: Object, propertyKey: string | symbol, descriptor: TypedPropertyDescriptor<T>): TypedPropertyDescriptor<T> | void
  • Type parameters

    • T

    Parameters

    • target: Object
    • propertyKey: string | symbol
    • descriptor: TypedPropertyDescriptor<T>

    Returns TypedPropertyDescriptor<T> | void

Generated using TypeDoc