ReadonlyapplicationThe name of the application.
Defaults to Eclipse Theia.
ReadonlydefaultThe default icon theme for the application.
Defaults to none.
ReadonlydefaultThe default locale for the application.
Defaults to "".
ReadonlydefaultThe default theme for the application.
Defaults to dark if the OS's theme is dark. Otherwise light.
ReadonlyelectronElectron specific configuration.
Defaults to ElectronFrontendApplicationConfig.DEFAULT.
eslint-disable-next-line @typescript-eslint/no-explicit-any
ReadonlyreloadWhen '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.
ReadonlyvalidateWhen 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.