SourceControlResourceDecorations

The decorations for a source control resource state. Can be independently specified for light and dark themes.

Online Documentation

Properties

Link copied to clipboard

The dark theme decorations.

Link copied to clipboard
abstract val faded: Boolean?

Whether the source control resource state should be faded in the UI.

Link copied to clipboard
abstract val iconPath: JsAny?

The icon path for a specific source control resource state.

Link copied to clipboard

The light theme decorations.

Link copied to clipboard
abstract val strikeThrough: Boolean?

Whether the source control resource state should be striked-through in the UI.

Link copied to clipboard
abstract val tooltip: String?

The title for a specific source control resource state.