# common.CommandOptions.signal

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

Abandon the command when this signal fires.

Typed structurally rather than as the DOM's `AbortSignal` so the published
declarations need no browser or Node type library; a real one satisfies it.
