LibTmux.SetHookRequest
.NET
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript Unavailable
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET
- C++ Unavailable
- Swift Unavailable
- Module
- LibTmux
- Package
- LibTmux
- Source
- src/LibTmux/Requests/SetHookRequest.cs
-
Describes one
set-hookinvocation.
9 declared, 0 inherited
Members
- 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.
- SetHookRequest method Initializes a request to set one hook.
- ToCommand method Returns a hook request as one tmux command.
- Unset property Gets whether the hook is removed rather than set.
- Value property Gets the tmux command to run when the hook fires.