Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UseThrottleAPI<T>

useThrottle API

Type parameters

  • T

Hierarchy

  • UseThrottleAPI

Index

Properties

cancel

cancel: () => void

取消一次设值

Type declaration

    • (): void
    • Returns void

setState

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

延时值设置函数

Type declaration

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

      • Rest ...args: any

      Returns void

state

state: Ref<T>

延时值

watchStop

watchStop: WatchStopHandle

中断值监听

Generated using TypeDoc