Readonly
applicationThe name of the application.
Defaults to Eclipse Theia
.
Readonly
defaultThe default icon theme for the application.
Defaults to none
.
Readonly
defaultThe default locale for the application.
Defaults to "".
Readonly
defaultThe default theme for the application.
Defaults to dark
if the OS's theme is dark. Otherwise light
.
Readonly
electronElectron specific configuration.
Defaults to ElectronFrontendApplicationConfig.DEFAULT
.
eslint-disable-next-line @typescript-eslint/no-explicit-any
Readonly
reloadWhen 'true', the window will reload in case the front end reconnects to a back-end, but the back end does not have a connection context for this front end anymore.
Readonly
validateWhen true
, the application will validate the JSON schema of the preferences on start
and log warnings to the console if the schema is not valid.
Defaults to true
.
Specialized FrontendApplicationConfig to configure default preference values for the PreferenceSchemaProvider.