Interface TailDecorationIconClass

interface TailDecorationIconClass {
    color?: string;
    iconClass: string[];
    tooltip?: string;
}

Hierarchy (view full)

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.