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

    Representation of a closed editor.

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

    Properties

    Properties

    uri: URI

    The uri of the closed editor.

    viewState: object

    The serializable view state of the closed editor.