Interface TailDecorationIcon

interface TailDecorationIcon {
    color?: string;
    icon: string;
    tooltip?: string;
}

Hierarchy (view full)

Properties

Properties

color?: string

The color of the icon.

icon: string

This should be the name of the Font Awesome icon with out the fa fa- prefix, just the name, for instance paw. For the existing icons, see here: https://fontawesome.com/v4.7.0/icons/.

tooltip?: string

Optional tooltip for the tail decoration.