# selection.Selection.length

- **Module:** selection.Selection
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/selection.ts#L349
- **Page:** https://libtmux.org/en/ts/latest/reference/selection-selection-length/

How many members this holds. Unlike `count`, it takes no criteria.

## Example

```ts
snapshot.windows.length;
```
