Replace the children [from, to) of the element node at parentPath with a fragment. Covers node insertion (from === to) and removal (empty fragment).
parentPath
Readonly
Apply to a document. Never throws, returns a failure result instead.
Produce the step that undoes this one, given the document it applied to.
Remap a pre-step position to its post-step equivalent.
Replace the children [from, to) of the element node at
parentPathwith a fragment. Covers node insertion (from === to) and removal (empty fragment).