# LibTmux.SetHooksRequest

- **Module:** LibTmux
- **Package:** LibTmux
- **Language:** .NET
- **Kind:** struct
- **Source:** https://github.com/libtmux/libtmux-dotnet/blob/6656a563ec9e07ab52e0c3ac96f7704fc94cc0c0/src/LibTmux/Requests/SetHooksRequest.cs#L11
- **Page:** https://libtmux.org/reference/dotnet/libtmux-sethooksrequest/

Describes setting several entries of one hook at once.

A tmux hook is an array, and the indices decide the order its commands run
in. Writing them together is the only way to land a whole ordering without
the hook firing part-written in between.

## Members

- `SetHooksRequest` (method) — Initializes a request to set several entries of one hook.
- `Name` (property) — Gets the hook name, without an index.
- `Values` (property) — Gets the command to place at each index.
- `Scope` (property) — Gets the scope to set in, or null for the owner's own.
- `Global` (property) — Gets whether the global table is set instead of the local one.
- `ClearExisting` (property) — Gets whether entries already there are removed first.
