On this page
LibTmux.HookRequest.HookRequest
- Module
- LibTmux
- Declared in
- HookRequest
- Package
- LibTmux
- Source
- src/LibTmux/Requests/HookRequest.cs
- HookRequest ( name : string , scope : OptionScope? , global : bool )
-
Initializes a request naming one hook.
- Parameters
-
-
name ( string ) – The hook name.
-
scope ( OptionScope? ) – The scope to reach it in, or null for the owner's own.
-
global ( bool ) – Whether the global table is used instead of the local one.
-
0 declared, 0 inherited