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

    Identifies a single change in a file.

    interface FileChange {
        resource: URI;
        type: FileChangeType;
    }
    Index

    Properties

    Properties

    resource: URI

    The unified resource identifier of the file that changed.

    The type of change that occurred to the file.