Theia API Documentation v1.65.0
    Preparing search index...
    interface ContextKey<T extends ContextKeyValue = ContextKeyValue> {
        get(): undefined | T;
        reset(): void;
        set(value: undefined | T): void;
    }

    Type Parameters

    Index

    Methods

    Methods