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

    Representation of a navigation location in a text editor.

    interface NavigationLocation {
        context: NavigationLocation.Context;
        type: NavigationLocation.Type;
        uri: URI;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    Context of the navigation location.

    The type of the navigation location.

    uri: URI

    The URI of the resource opened in the editor.