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

LibTmux.Mcp.PaneInfo

.NET
  • Python Unavailable
  • Ruby Unavailable
  • Lua Unavailable
  • TypeScript Unavailable
  • Rust Unavailable
  • Go Unavailable
  • Java Unavailable
  • .NET
  • C++ Unavailable
  • Swift Unavailable

API reference · Markdown

struct LibTmux.Mcp.PaneInfo
struct [source]
struct [source]
struct LibTmux.Mcp.PaneInfo

What a pane is and what is running in it.

IsCaller is how a model answers "which pane am I in?" without a tool of its own: filter a listing for it.

Members

From

From ( pane : Pane , callerPaneId : string? ) → PaneInfo
methodstatic [source]
methodstatic [source]
From

Describes a pane the library has already materialized.

Parameters
  • pane ( Pane ) – The pane to describe.

  • callerPaneId ( string? ) – The pane this process runs in, when it runs in one.

Returns

The description.

Esc

Type to search.