Skip to main content

Navigation Types

A color-coded notification badge which will be displayed by the NavMenuItem's icon.

Signature
interface NavMenuBadge {
type: NavMenuBadgeType;
propagateToSection?: boolean;
}

type

property
NavMenuBadgeType

propagateToSection

property
boolean

If true, the badge will propagate to the NavMenuItem's parent section, displaying a notification badge next to the section name.