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

    Content change location type.

    interface ContentChangeLocation {
        context: TextDocumentContentChangeDelta;
        type: CONTENT_CHANGE;
        uri: URI;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    A text document content change deltas as the context.

    The type, that is always content change.

    uri: URI

    The URI of the resource opened in the editor.