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

# TapQueryOptions

> The third argument of useTapQuery and useTapServer.

The third argument of `useTapQuery` and `useTapServer`.

## Properties

### enabled?

```ts theme={null}
optional enabled?: boolean;
```

Holds the call back while this is `false`. Defaults to `true`.

***

### invalidateOn?

```ts theme={null}
optional invalidateOn?: (
  | "release.shipped"
  | "metadata.changed"
  | "keyword.set_changed"
  | "screenshots.updated"
  | "price.changed"
  | "featuring.started"
  | "score.changed"
  | "incident.opened"
  | "incident.resolved"
  | "playbook.step_approved"
  | "review.thread_opened"
  | "review.thread_resolved"
  | "approval.requested"
  | "digest.sent"
  | "install.created"
  | "install.paused"
  | "install.resumed"
  | "install.revoked"
  | "install.token_rotated"
  | "scopes.changed"
  | "settings.changed")[];
```

Tappify events that mark this result stale and refetch it when they arrive.
