Interface PropertyApiTypeInterface<T>

Type Parameters

  • T

Hierarchy

  • PropertyApiTypeInterface

Properties

Properties

onDecorator?: ((target: ClassType<any>, property: undefined | string, parameterIndexOrDescriptor?: any) => void)

Type declaration

    • (target: ClassType<any>, property: undefined | string, parameterIndexOrDescriptor?: any): void
    • Parameters

      • target: ClassType<any>
      • property: undefined | string
      • Optional parameterIndexOrDescriptor: any

      Returns void

t: T

Generated using TypeDoc