Skip to main contentOrderly SDKs / Modules / @orderly.network/hooks / Options
Interface: Options
@orderly.network/hooks.Options
Hierarchy
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.leading
Defined in
node_modules/.pnpm/use-debounce@9.0.4_react@18.2.0/node_modules/use-debounce/dist/useDebouncedCallback.d.ts:5
maxWait
• 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:15
trailing
• Optional trailing: boolean
Controls if the function should be invoked on the trailing edge of the timeout.
Inherited from
CallOptions.trailing
Defined in
node_modules/.pnpm/use-debounce@9.0.4_react@18.2.0/node_modules/use-debounce/dist/useDebouncedCallback.d.ts:9