Interface SelectionLocation

Representation of a selection location.

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

Hierarchy (view full)

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.