# libtmux.ResizeWindowOptions

- **Module:** libtmux
- **Package:** libtmux
- **Language:** Lua
- **Kind:** class
- **Source:** https://github.com/libtmux/libtmux-lua/blob/547c9c4228e07ebf846690eb44da2eeeb6fde922/lua/libtmux/_internal/topology.lua#L682
- **Page:** https://libtmux.org/en/lua/latest/reference/libtmux-resizewindowoptions/

## Members

- `amount` (attribute): From 1 to 10000; defaults to 1 with direction.
- `direction` (attribute)
- `height` (attribute): From 1 to 10000.
- `largest` (attribute): Native largest sizing; excludes dimensions and other modes.
- `process` (attribute)
- `smallest` (attribute): Native smallest sizing; excludes dimensions and other modes.
- `width` (attribute): From 1 to 10000; dimensions exclude direction and policies.
