Interface: Options
@orderly.network/hooks.OptionsHierarchy
-
CallOptions
↳Options
Table of contents
Properties
Properties
leading
•Optional
leading: boolean
Controls if the function should be invoked on the leading edge of the timeout.
Inherited from
CallOptions.leadingDefined in
node_modules/.pnpm/use-debounce@9.0.4_react@18.2.0/node_modules/use-debounce/dist/useDebouncedCallback.d.ts:5maxWait
•Optional
maxWait: number
The maximum time the given function is allowed to be delayed before it’s invoked.
Defined in
node_modules/.pnpm/use-debounce@9.0.4_react@18.2.0/node_modules/use-debounce/dist/useDebouncedCallback.d.ts:15trailing
•Optional
trailing: boolean
Controls if the function should be invoked on the trailing edge of the timeout.