Expand description
§RangeDTO
Defines the Data Transfer Object for representing a range of text in a document, spanning from a start position to an end position.
Structs§
- RangeDTO
- A serializable struct representing a range in a text document. A range is defined by its start and end positions and is a fundamental building block for operations like selections, highlights, and text edits.