# plan.Plan.preview

- **Module:** plan.Plan
- **Package:** libtmux
- **Language:** Rust
- **Kind:** method
- **Source:** https://github.com/libtmux/libtmux-rs/blob/f0e37052c232636b61d095817046e6bfc8f2ca40/crates/libtmux/src/plan.rs#L1061
- **Page:** https://libtmux.org/en/rs/latest/reference/plan-plan-preview/

```
plan.Plan.preview(self) -> Vec<Option<Command>>
```

Render every operation without running any of them.

An operation whose target is an object no earlier step has created yet
renders as `None`: it needs an id that only exists once the plan runs.
