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

    Representation of a selection location.

    interface SelectionLocation {
        context: Range;
        type: SELECTION;
        uri: URI;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    context: Range

    The context of the selection; a range.

    type: SELECTION

    The selection type.

    uri: URI

    The URI of the resource opened in the editor.