obj
IEquatable<CodeEditorModel>
IStructuralEquatable
IComparable<CodeEditorModel>
IComparable
IStructuralComparable
Elmish Model type for a rich text code editor
CursorPos
XYPos
The current cursor position. Cursor displays between this character and the previous one. Characters are inserted at this position.
Errors
Interval list
The errored code positions
Lines
string list
the characters in the code editor as a list of lines
Type something to start searching.