Interface WbIconBadgeEventResultType

interface WbIconBadgeEventResultType {
    badge: null | string | number | false | HTMLSpanElement;
    badgeClass?: string;
    badgeTooltip?: string;
}

Properties

badge: null | string | number | false | HTMLSpanElement

Content of the badge <span class='wb-badge'> if any.

badgeClass?: string

Additional class name(s), separate with space.

badgeTooltip?: string

Tooltip for the badge.