> ## Documentation Index
> Fetch the complete documentation index at: https://staging-docs.orderly.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Orderly network hooks.Options

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/hooks](/sdks/tech-doc/modules/orderly_network_hooks) / Options

# Interface: Options

[@orderly.network/hooks](/sdks/tech-doc/modules/orderly_network_hooks).Options

## Hierarchy

* [`CallOptions`](/sdks/tech-doc/interfaces/orderly_network_hooks.CallOptions)

  ↳ **`Options`**

## Table of contents

### Properties

* [leading](/sdks/tech-doc/interfaces/orderly_network_hooks.Options#leading)
* [maxWait](/sdks/tech-doc/interfaces/orderly_network_hooks.Options#maxwait)
* [trailing](/sdks/tech-doc/interfaces/orderly_network_hooks.Options#trailing)

## Properties

### leading

• `Optional` **leading**: `boolean`

Controls if the function should be invoked on the leading edge of the timeout.

#### Inherited from

[CallOptions](/sdks/tech-doc/interfaces/orderly_network_hooks.CallOptions).[leading](/sdks/tech-doc/interfaces/orderly_network_hooks.CallOptions#leading)

#### Defined in

node\_modules/.pnpm/use-[debounce@9.0.4\_react](mailto: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](mailto: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](/sdks/tech-doc/interfaces/orderly_network_hooks.CallOptions).[trailing](/sdks/tech-doc/interfaces/orderly_network_hooks.CallOptions#trailing)

#### Defined in

node\_modules/.pnpm/use-[debounce@9.0.4\_react](mailto:debounce@9.0.4_react)@18.2.0/node\_modules/use-debounce/dist/useDebouncedCallback.d.ts:9
