# LibTmux.HookRequest

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

Describes one hook to read, run, or unset.

## Members

- `HookRequest` (method) — Initializes a request naming one hook.
- `Name` (property) — Gets the hook name.
- `Scope` (property) — Gets the scope to reach it in, or null for the owner's own.
- `Global` (property) — Gets whether the global table is used instead of the local one.
