Theia API Documentation v1.65.0
    Preparing search index...
    interface Translation {
        cachedContents?: { [scope: string]: { [key: string]: string } };
        id: string;
        path: string;
    }
    Index

    Properties

    cachedContents?: { [scope: string]: { [key: string]: string } }
    id: string
    path: string