# types.ResizeOptions.direction

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

Adjust by `amount` cells in this direction instead of setting a size.

The relative form tmux offers as `-U`, `-D`, `-L`, and `-R`. Give it with
`amount`; `width` and `height` set an absolute size and are separate.
