Skip to content

@miyue-mma/shared / DebounceOptions

接口: DebounceOptions

防抖配置

属性

leading?

ts
optional leading: boolean;

maxWait?

ts
optional maxWait: number;

trailing?

ts
optional trailing: boolean;

Released under the MIT License.