TextEdit

open class TextEdit(source)

A text edit represents edits that should be applied to a document.

Online Documentation

Constructors

Link copied to clipboard
constructor(range: Range, newText: String)

Create a new TextEdit.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The eol-sequence used in the document.

Link copied to clipboard

The string this edit will insert.

Link copied to clipboard

The range this edit applies to.