# common.CommandOptions

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

What every command accepts, whichever handle it is called on.

Both fields bound how long a caller waits, from opposite ends: the deadline
is set when the command starts, the signal can arrive at any time.

## Members

- `signal` (property): Abandon the command when this signal fires.
- `stdin` (property)
- `timeoutMs` (property): Give up on the command after this many milliseconds.
