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

# ClearOptions

Input options for the 'clear' mutation (clearing input fields).

## Definition

```graphql theme={null}
input ClearOptions {
  force: Boolean
  timeout: Int
}
```

## Fields

### `force`

[Boolean](/reference/graphql/scalars/boolean)

Whether to bypass normal actionability checks. Defaults to false.

### `timeout`

[Int](/reference/graphql/scalars/int)

Maximum time in milliseconds to wait for the element to be clearable. Defaults to a global timeout.
