# types.TmuxReconnectingEvent

- **Module:** types
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/types.ts#L708
- **Page:** https://libtmux.org/reference/ts/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)
