Replace the inline range [from, to) inside the textblock at blockPath with an inline fragment. Covers text insertion (from === to), deletion (empty fragment) and replacement.
blockPath
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 inline range [from, to) inside the textblock at
blockPathwith an inline fragment. Covers text insertion (from === to), deletion (empty fragment) and replacement.