server.Server.unsetHook
TypeScript
- Python
- Ruby Unavailable
- Lua
- TypeScript
- Rust
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift
- Module
- server
- Declared in
- Server
- Package
- libtmux
- Source
- packages/libtmux/src/server.ts
- Other languages
- Python Ruby LuaRust Go Java .NET C++ Swift
-
Remove a global hook.
Examples
await server.unsetHook("session-created");In other ports Unbind a global hook
- Python
libtmux.Server.unset_hook - Ruby No source-verified Ruby equivalent is recorded for this operation.
- Lua
libtmux.Server:unset_hook - Rust
server.Server.unset_hook - Go no equivalent on
Server - Java reached through
Server.hooks, whoseHookscarries the write - .NET reached through
Server.Hooks, whoseTmuxHookscarries the write - C++ no equivalent on
Server - Swift
Server.unsetHook(_:in:)
- Python
0 declared, 0 inherited