TextDocumentContentChangeEvent

class Object
trait Matchable
class Any

Type members

Classlikes

case class S0(range: Range, rangeLength: Opt[uinteger], text: String)
Value parameters:
range

The range of the document that changed.

rangeLength

The optional length of the range that got replaced.

text

The new text for the provided range.

Companion:
object
object S0
Companion:
class
case class S1(text: String)
Value parameters:
text

The new text of the whole document.

Companion:
object
object S1
Companion:
class

Value members

Concrete methods

Givens

Inherited givens

Inherited from:
aliases_TextDocumentContentChangeEvent (hidden)
Inherited from:
aliases_TextDocumentContentChangeEvent (hidden)