Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseThrottleFnAPI

useThrottleFn API

Hierarchy

  • UseThrottleFnAPI

Index

Properties

Properties

cancel

cancel: () => void

取消回调执行

Type declaration

    • (): void
    • Returns void

run

run: (...args: any) => void

调起回调

Type declaration

    • (...args: any): void
    • Parameters

      • Rest ...args: any

      Returns void

Generated using TypeDoc