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

server.Server.unsetHook

TypeScript

View as Markdown

Module
server
Declared in
Server
Package
libtmux
Source
packages/libtmux/src/server.ts
Other languages
Python Ruby LuaRust Go Java .NET C++ Swift
unsetHook ( name : : string ) → Promise<void>
method [source]
method [source]
unsetHook

Remove a global hook.

Examples

await server.unsetHook("session-created");
In other ports Unbind a global hook

0 declared, 0 inherited

Esc

Type to search.