Interface NavigationLocation

Representation of a navigation location in a text editor.

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

Hierarchy (view full)

Properties

Properties

context: editor.Context

Context of the navigation location.

type: editor.Type

The type of the navigation location.

uri: URI

The URI of the resource opened in the editor.