Interface RecentlyClosedEditor

Representation of a closed editor.

interface RecentlyClosedEditor {
    uri: URI;
    viewState: object;
}

Properties

Properties

uri: URI

The uri of the closed editor.

viewState: object

The serializable view state of the closed editor.