libtmux Reference MCP Search
On this page

LibTmux.SetHooksRequest.SetHooksRequest

View as Markdown

Module
LibTmux
Declared in
SetHooksRequest
Package
LibTmux
Source
src/LibTmux/Requests/SetHooksRequest.cs
SetHooksRequest ( name : string , values : IReadOnlyDictionary<int, string> , scope : OptionScope? , global : bool , clearExisting : bool )
method [source]
method [source]
SetHooksRequest

Initializes a request to set several entries of one hook.

Parameters
  • name ( string ) – The hook name, without an index.

  • values ( IReadOnlyDictionary<int, string> ) – The command to place at each index.

  • scope ( OptionScope? ) – The scope to set in, or null for the owner's own.

  • global ( bool ) – Whether the global table is set instead of the local one.

  • clearExisting ( bool ) – Whether entries already there are removed first.

0 declared, 0 inherited

Esc

Type to search.