TextOp TypeAlias
A single operation in a character-level delta describing an insert, remove, or retain of text.
This API is provided as an alpha preview and may change without notice.
For more information about our API support guarantees, see here.
Signature
type TextOp = TextRetainOp | TextInsertOp | TextRemoveOp;