Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/context-key-service
Context
Interface Context
interface
Context
{
onDidChange
?:
Event
<
ContextKeyChangeEvent
>
;
getValue
<
T
extends
ContextKeyValue
=
ContextKeyValue
>
(
key
:
string
,
)
:
undefined
|
T
;
}
Index
Properties
on
Did
Change?
Methods
get
Value
Properties
Optional
Readonly
on
Did
Change
onDidChange
?:
Event
<
ContextKeyChangeEvent
>
Methods
get
Value
getValue
<
T
extends
ContextKeyValue
=
ContextKeyValue
>
(
key
:
string
,
)
:
undefined
|
T
Type Parameters
T
extends
ContextKeyValue
=
ContextKeyValue
Parameters
key
:
string
Returns
undefined
|
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
on
Did
Change
Methods
get
Value
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...