Theia API Documentation v1.75.0
Eclipse Theia Website
GitHub
Preparing search index...
@theia/plugin-utils
common/protocol-shims
PreferenceSchema
Interface PreferenceSchema
interface
PreferenceSchema
{
defaultOverridable
?:
boolean
;
properties
:
{
[
name
:
string
]:
PreferenceDataProperty
}
;
scope
?:
PreferenceScope
;
title
?:
string
;
}
Index
Properties
default
Overridable?
properties
scope?
title?
Properties
Optional
default
Overridable
defaultOverridable
?:
boolean
properties
properties
:
{
[
name
:
string
]:
PreferenceDataProperty
}
Optional
scope
scope
?:
PreferenceScope
Optional
title
title
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
default
Overridable
properties
scope
title
Eclipse Theia Website
GitHub
Theia API Documentation v1.75.0
Loading...