Interface DidFilesChangedParams

interface DidFilesChangedParams {
    changes: FileChange[];
    clients?: number[];
}

Properties

Properties

changes: FileChange[]

FileSystem changes that occurred.

clients?: number[]

Clients to route the events to.