Theia API Documentation v1.65.0
    Preparing search index...
    interface FileSystemWatcherErrorParams {
        clients: number[];
        uri: string;
    }
    Index

    Properties

    Properties

    clients: number[]

    Clients to route the events to.

    uri: string

    The uri that originated the error.