SourceControlResourceDecorations class
The decorations for a {@link SourceControlResourceStatesource control resource state}. Can be independently specified for light and dark themes.
- Implemented types
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- SourceControlResourceDecorations.new({bool? strikeThrough, bool? faded, String? tooltip, SourceControlResourceThemableDecorations? light, SourceControlResourceThemableDecorations? dark, Object? iconPath})
-
factory
Properties
- dark → SourceControlResourceThemableDecorations?
-
Available on SourceControlResourceDecorations, provided by the SourceControlResourceDecorations$Typings extension
The dark theme decorations.no setter - faded → bool?
-
Available on SourceControlResourceDecorations, provided by the SourceControlResourceDecorations$Typings extension
Whether the {@link SourceControlResourceStatesource control resource state} should be faded in the UI.no setter - hashCode → int
-
The hash code for this object.
no setterinherited
- iconPath → Object?
-
Available on SourceControlResourceThemableDecorations, provided by the SourceControlResourceThemableDecorations$Typings extension
The icon path for a specific {@link SourceControlResourceStatesource control resource state}.no setter - light → SourceControlResourceThemableDecorations?
-
Available on SourceControlResourceDecorations, provided by the SourceControlResourceDecorations$Typings extension
The light theme decorations.no setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- strikeThrough → bool?
-
Available on SourceControlResourceDecorations, provided by the SourceControlResourceDecorations$Typings extension
Whether the {@link SourceControlResourceStatesource control resource state} should be striked-through in the UI.no setter - tooltip → String?
-
Available on SourceControlResourceDecorations, provided by the SourceControlResourceDecorations$Typings extension
The title for a specific {@link SourceControlResourceStatesource control resource state}.no setter
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