Interface ViewBadge

A badge presenting a value for a view

interface ViewBadge {
    tooltip: string;
    value: number;
}

Properties

Properties

tooltip: string

A label to present in tooltip for the badge.

value: number

The value to present in the badge.