applyEdit abstract method

ElementId? applyEdit(
  1. EditorEdit edit
)

Executes a persistent canonical scene edit.

Use this directly for structural, multi-node, or custom operations that are not represented by a rt.CanvasFieldKey. UI editing a registered field should use commitField so that its FieldCodec policy is not bypassed.

Implementation

rt.ElementId? applyEdit(EditorEdit edit);