Inspector Editing Model
Status: active Last updated: 2026-04-15
What It Covers
This page explains how the inspector edits graph data safely.
Main Behaviors
- local draft state while typing
- apply and reset flows
- validation before commit
- mutation hand-off to workspace utilities
Design Rule
The inspector should feel safe for the user and predictable for the codebase. That means draft edits stay local until the user confirms or a controlled save path runs.
Why It Matters
Inspector editing should feel immediate to the user while still staying safe and structured in the graph.