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

pane.Pane.plan

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

View as Markdown

Module
pane
Declared in
Pane
Package
libtmux
Source
packages/libtmux/src/pane.ts
plan ( ) → PanePlans
method [source]
method [source]
plan

The same mutations, described instead of run.

Takes what the direct calls take and resolves to what they resolve to, for Server.batch to share one final snapshot.

Examples

const [created] = await server.batch([pane.plan.split({})]);
created.id;

0 declared, 0 inherited

Esc

Type to search.