Type alias PropertyDecoratorFn

PropertyDecoratorFn: ((prototype: object, property?: number | string | symbol, parameterIndexOrDescriptor?: any) => void)

Type declaration

    • (prototype: object, property?: number | string | symbol, parameterIndexOrDescriptor?: any): void
    • Parameters

      • prototype: object
      • Optional property: number | string | symbol
      • Optional parameterIndexOrDescriptor: any

      Returns void

Generated using TypeDoc