EditorEdit typedef
EditorEdit =
EditorEditResult Function(CanvasSceneDocument scene)
A reusable canonical scene edit.
The function transforms one editable base scene into an EditorEditResult. The editor runtime remains responsible for history, document-adapter hooks, and render publication.
Implementation
typedef EditorEdit = EditorEditResult Function(rt.CanvasSceneDocument scene);