IInline30$Typings<T> extension

on

Properties

defaultLanguageValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

Language specific default value when this configuration value is created for a {@link ConfigurationScope language scope}.
getter/setter pair
defaultValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

The default value which is used when no other value is defined
getter/setter pair
globalLanguageValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

Language specific global value when this configuration value is created for a {@link ConfigurationScope language scope}.
getter/setter pair
globalValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

The global or installation-wide value.
getter/setter pair
key String

Available on IInline30<T>, provided by the IInline30$Typings extension

The fully qualified key of the configuration value
getter/setter pair
languageIds List<String>?

Available on IInline30<T>, provided by the IInline30$Typings extension

All language identifiers for which this configuration is defined.
getter/setter pair
workspaceFolderLanguageValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

Language specific workspace-folder value when this configuration value is created for a {@link ConfigurationScope language scope}.
getter/setter pair
workspaceFolderValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

The workpace-folder-specific value.
getter/setter pair
workspaceLanguageValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

Language specific workspace value when this configuration value is created for a {@link ConfigurationScope language scope}.
getter/setter pair
workspaceValue ↔ T?

Available on IInline30<T>, provided by the IInline30$Typings extension

The workspace-specific value.
getter/setter pair