# LibTmux.PromptType

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/320dc64f4b8b7815842471327a5e6b84a1499bf8/src/LibTmux/Requests/CommandPromptRequest.cs#L10
- **Page:** https://libtmux.org/en/dotnet/latest/reference/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.
