Ace API Reference
    Preparing search index...
    Index

    Constructors

    • Parameters

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

        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: Ace.MarkerGroupItem[]
    markerType: "line" | "fullLine"
    MAX_MARKERS: number
    session: EditSession

    Methods