libtmux Reference MCP Search
On this page

selection.Selection.at

View as Markdown

Module
selection
Declared in
Selection
Package
@libtmux/libtmux
Source
packages/libtmux/src/selection.ts
at ( index : : number ) Model | undefined
method [source]
method [source]
at

The member at index, or undefined when the index is out of range.

Examples

snapshot.windows.at(0)?.name;
snapshot.windows.at(-1)?.name; // counts from the end

0 declared, 0 inherited

Esc

Type to search.