# LibTmux.PromptType

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/CommandPromptRequest.cs#L8
- **Page:** https://libtmux.org/reference/dotnet/libtmux-prompttype/

What a command prompt is asking for.

tmux uses the type to decide which history the prompt draws on and how it
completes what is typed.

## Members

- `Command` (constant) — A tmux command.
- `Search` (constant) — Text to search for.
- `Target` (constant) — A target to act on.
- `WindowTarget` (constant) — A window to act on.
