# planning.WorkspacePlan

- **Module:** planning
- **Package:** @libtmux/workspace
- **Language:** TypeScript
- **Kind:** interface
- **Source:** https://github.com/libtmux/libtmux-ts/blob/3fe1ca654b81b8cbf4a13b777a001a3298c87a6f/packages/workspace/src/planning.ts#L63
- **Page:** https://libtmux.org/en/ts/latest/workspace/reference/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.
