Optional
options: { Comparator for Array.sort function, which sorts marker definitions by their positions
first marker.
second marker.
negative number if a should be before b, positive number if b should be before a, 0 otherwise.
Sets marker definitions to be rendered. Limits the number of markers at MAX_MARKERS.
an array of marker definitions.
Generated using TypeDoc
Options controlling the behvaiour of the marker. User
markerType
to control how the markers which are part of this group will be rendered:undefined
: usestext
type markers where only text characters within the range will be highlighted.fullLine
: will fully highlight all the rows within the range, including the characters before and after the range on the respective rows.line
: will fully highlight the lines within the range but will only cover the characters between the start and end of the range.