On this page
selection.Selection.at
- Module
- selection
- Declared in
- Selection
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/selection.ts
-
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