On this page
types.ConnectionOptions
- Module
- types
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/types.ts
-
Options shared by connected servers and event observers.
4 declared, 0 inherited
Members
- bufferSize property How many events to hold for a consumer that has fallen behind.
- reconnect property Reopen the connection when it drops unexpectedly.
- signal property Abort the connection when this signal fires.
- target property Session to attach to. Defaults to whichever tmux considers most recent.