# types.ResizeWindowOptions.largest

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