On this page
LibTmux.SetHookRequest
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SetHookRequest.cs
-
Describes one
set-hookinvocation.
8 declared, 0 inherited
Members
- SetHookRequest method Initializes a request to set one hook.
- Append property Gets whether the command joins the hook's existing entries.
- Global property Gets whether the global table is set instead of the local one.
- Name property Gets the hook name, optionally with an array index.
- RunImmediately property Gets whether tmux also runs the command now.
- Scope property Gets the scope to set in, or null for the owner's own.
- Unset property Gets whether the hook is removed rather than set.
- Value property Gets the tmux command to run when the hook fires.