An event describing an individual change in the text of a {@link TextDocument document}.
read onlytext:String
The new text for the range.
read onlyrangeOffset:Int
The offset of the range that got replaced.
read onlyrangeLength:Int
The length of the range that got replaced.
read onlyrange:Range
The range that got replaced.