On this page
planning.WorkspacePlan
- Module
- planning
- Package
- @libtmux/libtmux
- Source
- packages/workspace/src/planning.ts
-
Session, window, and pane membership changes an apply would make.
8 declared, 0 inherited
Members
- createsPanes property Panes the apply would create, grouped by desired window position.
- createsSession property Whether the session itself would be created.
- createsWindows property Windows the apply would create, by the position they would take.
- owned property Whether this workspace created the session it found.
- removesPanes property Panes the apply would destroy, with their containing placement.
- removesWindows property Window placements the apply would kill or unlink.
- renamesWindows property Existing windows the apply would rename.
- retains property Surplus this apply will leave alone, and why.