Theia API Documentation v1.65.0
    Preparing search index...
    interface Context {
        onDidChange?: Event<ContextKeyChangeEvent>;
        getValue<T extends ContextKeyValue = ContextKeyValue>(
            key: string,
        ): undefined | T;
    }
    Index

    Properties

    Methods

    Properties

    Methods