- action
EditAction action [@property getter]
- content
dstring[] content [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- isInsertNewLine
bool isInsertNewLine [@property getter]
return true if it's insert new line operation
- newRange
TextRange newRange [@property getter]
new range after operation applied
- newRange
TextRange newRange [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- oldContent
dstring[] oldContent [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- oldContent
dstring[] oldContent [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- oldEditMarks
EditStateMark[] oldEditMarks [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
- oldEditMarks
EditStateMark[] oldEditMarks [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
- range
TextRange range [@property getter]
source range to replace with new content
- singleChar
dchar singleChar [@property getter]
if new content is single char, return it, otherwise return 0
edit operation details for EditableContent