Interface FileSystemWatcherErrorParams

interface FileSystemWatcherErrorParams {
    clients: number[];
    uri: string;
}

Properties

Properties

clients: number[]

Clients to route the events to.

uri: string

The uri that originated the error.