# server.PromptKind

- **Module:** server
- **Package:** libtmux
- **Language:** Rust
- **Kind:** enum
- **Source:** https://github.com/libtmux/libtmux-rs/blob/8a648c0894dfffc9303583f753b6c8ae01f2fe76/crates/libtmux/src/server.rs#L133
- **Page:** https://libtmux.org/reference/rs/server-promptkind/

## Members

- `Command` (constant) — The `:` command prompt.
- `Search` (constant) — The search prompt in copy mode.
- `Target` (constant) — A prompt asking for a target.
- `WindowTarget` (constant) — A prompt asking for a window target.
