- Module
- pane
- Declared in
- Pane
- Package
- libtmux
- Source
- packages/libtmux/src/pane.ts
- Other languages
- PythonRubyLuaRustGoJava.NETC++ Swift
-
The window placement containing this pane.
Examples
pane.window?.name;Discussed in Traversal
In other ports Find a pane's containing window
- Python
libtmux.Pane.window - Ruby
LibTmux::PaneSnapshot#window - Lua
libtmux.SnapshotPane.window - Rust
pane.Pane.window - Go
tmux.Pane.Window - Java
io.github.libtmux.Pane.Pane.window - .NET
LibTmux.Pane.Window - C++
libtmux::Pane::window - Swift no direct accessor; match Pane.windowID against Snapshot.windows
- Python
0 declared, 0 inherited