# types.ResizeOptions.direction

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