# types.TmuxReconnectingEvent

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

The connection dropped and a replacement is being opened.

Emitted when the outage starts, where `reconnected` is emitted when tmux has
accepted the new attach. A consumer that treats spawning the replacement as
the end of the outage starts trusting a connection that is not carrying
anything yet — the two events exist so the gap has both of its edges.

## Members

- `attempts` (property)
- `kind` (property)
