A cursor span.

interface ICursorSpan {
    end: number;
    start: number;
    [key: string]: JSONValue;
}

Hierarchy

Indexable

Properties

Properties

end: number

The end position of the cursor.

start: number

The start position of the cursor.