Optional
onDecorator
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