# types.ResizeWindowOptions.largest

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

Grow to the largest size its attached clients allow, tmux's `-A`.

A window with no client attached has no size to grow to, so this leaves
it where it is rather than failing.
