Navigation Types
NavMenuBadge
A color-coded notification badge which will be displayed by the NavMenuItem's icon.
Signature
interface NavMenuBadge {
type: NavMenuBadgeType;
propagateToSection?: boolean;
}
A color-coded notification badge which will be displayed by the NavMenuItem's icon.
interface NavMenuBadge {
type: NavMenuBadgeType;
propagateToSection?: boolean;
}