# types.WatchOptions

- **Module:** types
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/types.ts#L851
- **Page:** https://libtmux.org/en/ts/latest/reference/types-watchoptions/

Options for {@link Server.watch}, a notification-only observer.

## Members

- `pauseAfterSeconds` (property): Seconds tmux may hold a pane's output before pausing that pane.
- `subscriptions` (property): Formats to subscribe to, reported as {@link TmuxSubscriptionEvent}.
