Theia API Documentation v1.75.0
    Preparing search index...
    interface RefBadgePresentation {
        colorIndex?: number;
        iconClass: string;
    }
    Index

    Properties

    colorIndex?: number

    Ref-based color index (0-2), or undefined to use the row color.

    iconClass: string

    Icon class for the badge icon, e.g. 'codicon-git-branch'.