Theia API Documentation v1.65.0
    Preparing search index...

    Navigation location representing the cursor location change.

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

    Hierarchy (View Summary)

    Index

    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.