Theia API Documentation v1.65.0
    Preparing search index...
    interface TailDecorationIconClass {
        color?: string;
        iconClass: string[];
        tooltip?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    color?: string

    The color of the icon.

    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/.

    tooltip?: string

    Optional tooltip for the tail decoration.