types.TmuxLayoutChangeEvent
TypeScript
- Python Unavailable
- Ruby Unavailable
- Lua Unavailable
- TypeScript
- Rust Unavailable
- Go Unavailable
- Java Unavailable
- .NET Unavailable
- C++ Unavailable
- Swift Unavailable
- Module
- types
- Package
- libtmux
- Source
- packages/libtmux/src/types.ts
-
A window's layout changed.
layoutandvisibleLayoutcarry whatever tmux hands this connection: on 3.8+ that is JSON, the same wire form a snapshot'swindow_layoutreports (the connection requests it on attach); before 3.8 tmux has only the classic layout string, on both sides. Either is an opaque token to compare for equality, not a grammar to parse.
5 declared, 0 inherited
Members
- flags property
- kind property
- layout property
- visibleLayout property
- windowId property