- Debounce(...args): ((target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void)
参数
动态参数
...args: [delay: number, leading: boolean]
返回 ((target: any, _propertyKey: string, descriptor: PropertyDescriptor) => void)
- (target, _propertyKey, descriptor): void
参数
- target: any
- _propertyKey: string
- descriptor: PropertyDescriptor
返回 void
防抖装饰器
参阅
debounce
示例