A cursor span.

interface ICursorSpan {
    end: number;
    start: number;
}

Hierarchy

Properties

Properties

end: number

The end position of the cursor.

start: number

The start position of the cursor.