Theia API Documentation v1.65.0
    Preparing search index...

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

    interface SourceControlResourceDecorations {
        faded?: boolean;
        iconPath?: string;
        strikeThrough?: boolean;
        tooltip?: string;
    }
    Index

    Properties

    faded?: boolean

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

    iconPath?: string

    The icon path for a specific source control resource state.

    strikeThrough?: boolean

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

    tooltip?: string

    The title for a specific source control resource state.