# common.CommandOptions.signal

- **Module:** common.CommandOptions
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** property
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/common.ts#L82
- **Page:** https://libtmux.org/reference/ts/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.
