# tmux.ChooseTreeRequest

- **Module:** tmux
- **Package:** github.com/libtmux/libtmux-go/tmux
- **Language:** Go
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-go/blob/52968a3181c1c9e6d1b26c565d4b170968ae61c0/tmux/pane_modes.go#L59
- **Page:** https://libtmux.org/en/go/latest/reference/tmux-choosetreerequest/

ChooseTreeRequest configures the interactive session and window chooser. Its zero value uses tmux defaults. Format and Filter are copied before execution and must not be mutated concurrently.

## Members

- `SessionsCollapsed` (attribute): SessionsCollapsed starts with session nodes collapsed.
- `WindowsCollapsed` (attribute): WindowsCollapsed starts with window nodes collapsed.
- `Format` (attribute): Format is a tmux format expression evaluated for each tree item. Nil leaves the configured format; nonnil empty remains an explicit format.
- `Filter` (attribute): Filter is a tmux format expression whose truth value selects tree items. Nil omits filtering; nonnil empty remains an explicit expression.
- `Sort` (attribute): Sort selects the initial ordering. Unknown values are rejected before execution.
- `Reverse` (attribute): Reverse reverses the initial tree ordering.
- `Zoom` (attribute): Zoom zooms the chooser pane while tree mode is active.
