pub fn apply_inspector_edit(root: &mut dyn Widget, edit: &InspectorEdit) -> boolExpand description
Apply a single queued inspector edit against the live widget tree.
Returns true if the edit landed; false if the path was stale or the
field path didn’t resolve.