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

selection.Selection.at

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

View as Markdown

Module
selection
Declared in
Selection
Package
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.