- validate(set?, get?): ((target: any, propertyKey: string, descriptor?: undefined) => void)
Parameters
Optional
set: setterOptional
get: getter
Returns ((target: any, propertyKey: string, descriptor?: undefined) => void)
- (target, propertyKey, descriptor?): void
Parameters
- target: any
- propertyKey: string
Optional
descriptor: undefined
Returns void
create accessor callbacks for a field