# types.PopupOptions

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

Size, placement and lifetime of a popup, which floats over the window rather than taking space from it.

A popup is displayed on a target client rather than in the window, so it
needs one attached to be seen at all.

## Members

- `directory` (property)
- `closeOnExit` (property): Close the popup when its command exits.
- `height` (property)
- `width` (property)
