Interfaces
Orderly network hooks.ControlFunctions
Orderly SDKs / Modules / @orderly.network/hooks / ControlFunctions
Interface: ControlFunctions
@orderly.network/hooks.ControlFunctions
Hierarchy
-
ControlFunctions
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:21
flush
• 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:25
isPending
• isPending: () => boolean
Type declaration
▸ (): boolean
Returns true
if there are any pending function invocations
Returns
boolean
Defined in
node_modules/.pnpm/use-debounce@9.0.4_react@18.2.0/node_modules/use-debounce/dist/useDebouncedCallback.d.ts:29