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