# types.NewWindowOptions

- **Module:** types
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/libtmux/src/types.ts#L116
- **Page:** https://libtmux.org/reference/ts/types-newwindowoptions/

## Members

- `environment` (property) — Variables to set in the process this starts, tmux's `-e`.
- `direction` (property) — Place the window before or after the session's current window.
- `name` (property) — The window's name.
- `shellCommand` (property) — A command for tmux to run in place of the default shell.
- `startDirectory` (property)
