LibTmux.SetHooksRequest
.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/SetHooksRequest.cs
-
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.
6 declared, 0 inherited
Members
- ClearExisting property Gets whether entries already there are removed first.
- Global property Gets whether the global table is set instead of the local one.
- Name property Gets the hook name, without an index.
- Scope property Gets the scope to set in, or null for the owner's own.
- SetHooksRequest method Initializes a request to set several entries of one hook.
- Values property Gets the command to place at each index.