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

session.Session.panes

TypeScript

View as Markdown

Module
session
Declared in
Session
Package
libtmux
Source
packages/libtmux/src/session.ts
Other languages
PythonRuby Lua RustGo Java .NETC++Swift
panes ( ) → Selection<Pane>
method [source]
method [source]
panes

Panes contained by this session's windows.

Examples

session.panes.where({ currentCommand: "vim" }).count();

Discussed in Traversal

In other ports List a session's panes

0 declared, 0 inherited

Esc

Type to search.