Theia API Documentation v1.65.0
    Preparing search index...
    interface DidFilesChangedParams {
        changes: FileChange[];
        clients?: number[];
    }
    Index

    Properties

    Properties

    changes: FileChange[]

    FileSystem changes that occurred.

    clients?: number[]

    Clients to route the events to.