Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

types.ConnectionOptions

TypeScript
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET Unavailable
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
types
Package
libtmux
Source
packages/libtmux/src/types.ts
interface types.ConnectionOptions
interface [source]
interface [source]
interface types.ConnectionOptions

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.
Esc

Type to search.