Interface: ControlFunctions
@orderly.network/hooks.ControlFunctionsHierarchy
-
ControlFunctions
↳DebouncedState
↳DebouncedState
Table of contents
Properties
Properties
cancel
• cancel: () =>void
Type declaration
▸ ():void
Cancel pending function invocations
Returns
void
Defined in
node_modules/.pnpm/use-debounce@9.0.4_react@18.2.0/node_modules/use-debounce/dist/useDebouncedCallback.d.ts:21flush
• flush: () =>void
Type declaration
▸ ():void
Immediately invoke pending function invocations
Returns
void
Defined in
node_modules/.pnpm/use-debounce@9.0.4_react@18.2.0/node_modules/use-debounce/dist/useDebouncedCallback.d.ts:25isPending
• isPending: () =>boolean
Type declaration
▸ ():boolean
Returns true
if there are any pending function invocations
Returns
boolean