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

types.TmuxSubscriptionEvent

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.TmuxSubscriptionEvent
interface [source]
interface [source]
interface types.TmuxSubscriptionEvent

A subscribed format expanded to a new value.

tmux evaluates a subscription at most once per second and reports only when the value differs from the last report for that object; the first evaluation always reports. windowId , windowIndex and paneId are the object the value was expanded against, and are absent for a session-scope subscription.

The value is written raw, so a format expanding to a newline arrives as further lines this parser cannot attribute. Keep a subscribed format on one line.

7 declared, 0 inherited

Members

  • kind property
  • name property The name given when subscribing.
  • paneId property
  • sessionId property
  • value property The expanded format. Empty when the format expanded to nothing.
  • windowId property
  • windowIndex property The window's index within the session.
Esc

Type to search.