# types.ResizeWindowOptions

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

How far a window's own size moves, or what it is set to outright.

Resizing a window has a side effect: tmux sets that window's `window-size`
option to `manual`, so it stops following the attached clients' terminals
until the option is put back.

## Members

- `largest` (property): Grow to the largest size its attached clients allow, tmux's `-A`.
- `smallest` (property): Shrink to the smallest size its attached clients allow, tmux's `-a`.
