# types.ResizeOptions

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

How far a pane boundary moves, and in which direction.

A resize takes the space from a neighbour, so a pane with none on that side
cannot grow that way.

## Members

- `direction` (property): Adjust by `amount` cells in this direction instead of setting a size.
- `amount` (property): How many cells to adjust by. Defaults to one. Needs `direction`.
- `height` (property)
- `width` (property)
