# types.ConnectionOptions

- **Module:** types
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/types.ts#L748
- **Page:** https://libtmux.org/reference/ts/types-connectionoptions/

Options shared by connected servers and event observers.

## Members

- `bufferSize` (property) — How many events to hold for a consumer that has fallen behind.
- `signal` (property) — Abort the connection when this signal fires.
- `reconnect` (property) — Reopen the connection when it drops unexpectedly.
- `target` (property) — Session to attach to. Defaults to whichever tmux considers most recent.
