Variable RangeConst

Range: {
    comparePoints(p1, p2): number;
    fromPoints(start, end): Ace.Range;
    new (startRow, startColumn, endRow, endColumn): Ace.Range;
}

Type declaration

Generated using TypeDoc