# planning.WorkspacePlan

- **Module:** planning
- **Package:** @libtmux/libtmux
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/2cb93308200da38a26b59876618116850f110607/packages/workspace/src/planning.ts#L63
- **Page:** https://libtmux.org/reference/ts/planning-workspaceplan/

Session, window, and pane membership changes an apply would make.

## Members

- `createsWindows` (property) — Windows the apply would create, by the position they would take.
- `createsSession` (property) — Whether the session itself would be created.
- `createsPanes` (property) — Panes the apply would create, grouped by desired window position.
- `removesPanes` (property) — Panes the apply would destroy, with their containing placement.
- `removesWindows` (property) — Window placements the apply would kill or unlink.
- `owned` (property) — Whether this workspace created the session it found.
- `renamesWindows` (property) — Existing windows the apply would rename.
- `retains` (property) — Surplus this apply will leave alone, and why.
