2023-06-02 17:46:10 +00:00
|
|
|
---
|
|
|
|
sidebar_label: ActionOptions
|
|
|
|
---
|
|
|
|
|
|
|
|
# ActionOptions interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface ActionOptions
|
|
|
|
```
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2023-07-19 15:39:38 +00:00
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| -------- | --------------------- | ----------- | ----------- | ------- |
|
|
|
|
| signal | <code>optional</code> | AbortSignal | | |
|