On this page
selection.Selection.first
- Module
- selection
- Declared in
- Selection
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/selection.ts
-
The first member, or the first matching
criteria.Answers undefined for no match. Use this when zero is an ordinary outcome; use
onewhen it is not.Examples
snapshot.windows.first({ name: "editor" })?.id;
0 declared, 0 inherited