Constructors

  • Parameters

    • session: EditSession
    • Optionaloptions: { markerType: "fullLine" | "line" }

      Options controlling the behvaiour of the marker. User markerType to control how the markers which are part of this group will be rendered:

      • undefined: uses text 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.

    Returns MarkerGroup

Properties

markers: MarkerGroupItem[]
markerType: "fullLine" | "line"
MAX_MARKERS: number
session: EditSession

Methods