Interface: CharacterRange
libs/common/types/GeneralizedRange.CharacterRange
A range of characters in a document. This type is semantically identical to the more common Range, but is used where a GeneralizedRange is expected, to indicate that the range is between characters, rather than complete lines.
Properties
end
• end: Position
Defined in
libs/common/types/GeneralizedRange.ts:33
start
• start: Position
Defined in
libs/common/types/GeneralizedRange.ts:32
type
• type: "character"