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

selection.Selection.count

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
count ( criteria : : WhereOf<Model> ) → number
method [source]
method [source]
count

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

Esc

Type to search.