Static getPropertyGetter
getPropertyGetter: ((type: Function, propertyName: string) => ((instance: any) => any))
Type declaration
-
- (type: Function, propertyName: string): ((instance: any) => any)
-
Parameters
-
type: Function
-
propertyName: string
Returns ((instance: any) => any)
-
- (instance: any): any
-
Parameters
Returns any