On this page
selection.Selection.count
- Module
- selection
- Declared in
- Selection
- Package
- @libtmux/libtmux
- Source
- packages/libtmux/src/selection.ts
-
How many members match
criteria, or how many there are without it.Examples
snapshot.panes.count(); // every pane snapshot.panes.count({ currentCommand: "vim" });
0 declared, 0 inherited