Theia API Documentation v1.65.0
    Preparing search index...
    interface StorageMain {
        $get(key: string, isGlobal: boolean): Promise<KeysToAnyValues>;
        $getAll(isGlobal: boolean): Promise<KeysToKeysToAnyValue>;
        $set(
            key: string,
            value: KeysToAnyValues,
            isGlobal: boolean,
        ): Promise<boolean>;
    }

    Implemented by

    Index

    Methods

    Methods