On this page
selection.Selection.map
- Module
- selection
- Declared in
- Selection
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/selection.ts
-
Apply
transformto each member, in order.Returns an array rather than a Selection: the results are no longer tmux objects, so they carry no identity to filter, count, or traverse from.
Examples
snapshot.windows.map((entry) => entry.name); // string[]
0 declared, 0 inherited