Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/core
browser/context-key-service
ContextKey
Interface ContextKey<T>
interface
ContextKey
<
T
extends
ContextKeyValue
=
ContextKeyValue
>
{
get
()
:
undefined
|
T
;
reset
()
:
void
;
set
(
value
:
undefined
|
T
)
:
void
;
}
Type Parameters
T
extends
ContextKeyValue
=
ContextKeyValue
Index
Methods
get
reset
set
Methods
get
get
()
:
undefined
|
T
Returns
undefined
|
T
reset
reset
()
:
void
Returns
void
set
set
(
value
:
undefined
|
T
)
:
void
Parameters
value
:
undefined
|
T
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
get
reset
set
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...