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

# Orderly network react.WithdrawProps

[Orderly SDKs](/sdks/tech-doc/README) / [Modules](/sdks/tech-doc/modules) / [@orderly.network/react](/sdks/tech-doc/modules/orderly_network_react) / WithdrawProps

# Interface: WithdrawProps

[@orderly.network/react](/sdks/tech-doc/modules/orderly_network_react).WithdrawProps

## Table of contents

### Properties

* [onCancel](/sdks/tech-doc/interfaces/orderly_network_react.WithdrawProps#oncancel)
* [onOk](/sdks/tech-doc/interfaces/orderly_network_react.WithdrawProps#onok)

## Properties

### onCancel

• `Optional` **onCancel**: () => `void`

#### Type declaration

▸ (): `void`

##### Returns

`void`

#### Defined in

[packages/component/src/block/withdraw/withdraw.tsx:15](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/component/src/block/withdraw/withdraw.tsx#L15)

***

### onOk

• `Optional` **onOk**: () => `void`

#### Type declaration

▸ (): `void`

##### Returns

`void`

#### Defined in

[packages/component/src/block/withdraw/withdraw.tsx:16](https://github.com/OrderlyNetwork/js-sdk/blob/ba995f2/packages/component/src/block/withdraw/withdraw.tsx#L16)
