# common.LogicalRefBase

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

The three parts that together name one tmux object for certain.

An id alone is ambiguous across servers and across restarts of one server,
so a reference carries the connection it came through and the daemon run it
came from as well.

## Members

- `connection` (property)
- `epoch` (property)
- `id` (property)
- `kind` (property)
