Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FrontendApplicationPreferenceConfig

Specialized FrontendApplicationConfig to configure default preference values for the PreferenceSchemaProvider.

Hierarchy

  • FrontendApplicationConfig
    • FrontendApplicationPreferenceConfig

Index

Properties

Readonly applicationName

applicationName: string

The name of the application.

Defaults to Eclipse Theia.

Readonly defaultIconTheme

defaultIconTheme: string

The default icon theme for the application.

Defaults to none.

Readonly defaultTheme

defaultTheme: string

The default theme for the application.

Defaults to dark.

Readonly electron

electron: Partial

Electron specific configuration.

Defaults to ElectronFrontendApplicationConfig.DEFAULT.

preferences

preferences: {}

Type declaration

  • [preferenceName: string]: any