Interface CursorLocation

Navigation location representing the cursor location change.

interface CursorLocation {
    context: Position;
    type: CURSOR;
    uri: URI;
}

Hierarchy (view full)

Properties

Properties

context: Position

The context for the location, that is always a position.

type: CURSOR

The type is always cursor.

uri: URI

The URI of the resource opened in the editor.