Theia API Documentation v1.65.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-ext
common/plugin-api-rpc
PreferenceRegistryMain
Interface PreferenceRegistryMain
interface
PreferenceRegistryMain
{
$removeConfigurationOption
(
target
:
undefined
|
boolean
|
ConfigurationTarget
,
key
:
string
,
resource
?:
string
,
withLanguageOverride
?:
boolean
,
)
:
PromiseLike
<
void
>
;
$updateConfigurationOption
(
target
:
undefined
|
boolean
|
ConfigurationTarget
,
key
:
string
,
value
:
any
,
resource
?:
string
,
withLanguageOverride
?:
boolean
,
)
:
PromiseLike
<
void
>
;
}
Implemented by
PreferenceRegistryMainImpl
Index
Methods
$remove
Configuration
Option
$update
Configuration
Option
Methods
$remove
Configuration
Option
$removeConfigurationOption
(
target
:
undefined
|
boolean
|
ConfigurationTarget
,
key
:
string
,
resource
?:
string
,
withLanguageOverride
?:
boolean
,
)
:
PromiseLike
<
void
>
Parameters
target
:
undefined
|
boolean
|
ConfigurationTarget
key
:
string
Optional
resource
:
string
Optional
withLanguageOverride
:
boolean
Returns
PromiseLike
<
void
>
$update
Configuration
Option
$updateConfigurationOption
(
target
:
undefined
|
boolean
|
ConfigurationTarget
,
key
:
string
,
value
:
any
,
resource
?:
string
,
withLanguageOverride
?:
boolean
,
)
:
PromiseLike
<
void
>
Parameters
target
:
undefined
|
boolean
|
ConfigurationTarget
key
:
string
value
:
any
Optional
resource
:
string
Optional
withLanguageOverride
:
boolean
Returns
PromiseLike
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
$remove
Configuration
Option
$update
Configuration
Option
Eclipse Theia Website
GitHub
Theia API Documentation v1.65.0
Loading...