transaction_open
Begin an undoable transaction on the active FreeCAD document. Pair with commit to keep changes or abort to roll back, enabling safe multi-step edits.
Instructions
Begin an undoable transaction on the active document. Pair with transaction_commit (keep the changes) or transaction_abort (roll back). Transactions nest — the most-recent open is committed/aborted first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | No | Transaction |