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

# ObserveOptions

Input options for the 'observe' mutation.

## Definition

```graphql theme={null}
input ObserveOptions {
  domSettleTimeout: Int
}
```

## Fields

### `domSettleTimeout`

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

Timeout in milliseconds to wait for the DOM to settle before performing observation.
Helps ensure dynamically loaded content is included. Default is implementation-specific.
