> ## 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.CallOptions

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

# Interface: CallOptions

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

## Hierarchy

* **`CallOptions`**

  ↳ [`Options`](/sdks/tech-doc/interfaces/orderly_network_hooks.Options)

  ↳ [`Options`](/sdks/tech-doc/interfaces/orderly_network_hooks.Options)

## Table of contents

### Properties

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

## Properties

### leading

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

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

#### 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

***

### trailing

• `Optional` **trailing**: `boolean`

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

#### 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
