IInline30<T> class
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
Properties
- defaultLanguageValue ↔ T?
-
Available on IInline30<
Language specific default value when this configuration value is created for a {@link ConfigurationScope language scope}.T> , provided by the IInline30$Typings extensiongetter/setter pair - defaultValue ↔ T?
-
Available on IInline30<
The default value which is used when no other value is definedT> , provided by the IInline30$Typings extensiongetter/setter pair - globalLanguageValue ↔ T?
-
Available on IInline30<
Language specific global value when this configuration value is created for a {@link ConfigurationScope language scope}.T> , provided by the IInline30$Typings extensiongetter/setter pair - globalValue ↔ T?
-
Available on IInline30<
The global or installation-wide value.T> , provided by the IInline30$Typings extensiongetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- key ↔ String
-
Available on IInline30<
The fully qualified key of the configuration valueT> , provided by the IInline30$Typings extensiongetter/setter pair -
languageIds
↔ List<
String> ? -
Available on IInline30<
All language identifiers for which this configuration is defined.T> , provided by the IInline30$Typings extensiongetter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- workspaceFolderLanguageValue ↔ T?
-
Available on IInline30<
Language specific workspace-folder value when this configuration value is created for a {@link ConfigurationScope language scope}.T> , provided by the IInline30$Typings extensiongetter/setter pair - workspaceFolderValue ↔ T?
-
Available on IInline30<
The workpace-folder-specific value.T> , provided by the IInline30$Typings extensiongetter/setter pair - workspaceLanguageValue ↔ T?
-
Available on IInline30<
Language specific workspace value when this configuration value is created for a {@link ConfigurationScope language scope}.T> , provided by the IInline30$Typings extensiongetter/setter pair - workspaceValue ↔ T?
-
Available on IInline30<
The workspace-specific value.T> , provided by the IInline30$Typings extensiongetter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited