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

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

    interface IconClassOverlay {
        background?: IconOverlayBackground;
        color?: string;
        iconClass: 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.

    iconClass: string[]

    This should be the entire Font Awesome class array, for instance ['fa', 'fa-paw'] For the existing icons, see here: https://fontawesome.com/v4.7.0/icons/.

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