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

    Has not effect if the widget being decorated has no associated icon.

    interface BaseOverlay {
        background?: IconOverlayBackground;
        color?: string;
        position: WidgetDecoration.IconOverlayPosition;
    }

    Hierarchy (View Summary)

    Index

    Properties

    The optional background color of the overlay icon.

    color?: string

    The color of the overlaying icon. If not specified, then the default icon color will be used.

    The position where the decoration will be placed on the top of the original icon.