interface IRange {
    end: Ace.Point;
    start: Ace.Point;
}

Properties

Properties

end: Ace.Point
start: Ace.Point

Generated using TypeDoc