Prerelease This site documents an alpha of libtmux. Its structure, URLs and APIs are subject to change.

LibTmux.SetHookRequest

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

View as Markdown

Module
LibTmux
Package
LibTmux
Source
src/LibTmux/Requests/SetHookRequest.cs
struct LibTmux.SetHookRequest
struct [source]
struct [source]
struct LibTmux.SetHookRequest

Describes one set-hook invocation.

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.
Esc

Type to search.