# common.TmuxIdKind

- **Module:** common
- **Package:** libtmux
- **Language:** TypeScript
- **Kind:** typealias
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/libtmux/src/common.ts#L8
- **Page:** https://libtmux.org/en/ts/latest/reference/common-tmuxidkind/

Which of tmux's three id spaces an id belongs to.

The three are numbered independently, so `$1`, `@1` and `%1` can all exist
at once and name unrelated objects. The kind is what keeps a pane id from
being passed where a window id belongs.
