TextEdit

Undocumented in source.

Constructors

this
this(TextRange range, string newText)
Undocumented in source.
this
this(Position[2] range, string newText)
Undocumented in source.

Members

Functions

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

_fromJSON
TextEdit _fromJSON(JSONValue val)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

newText
string newText;
Undocumented in source.
range
TextRange range;
Undocumented in source.

Meta