BottomNavigationItem
Interface
Describes the structure of a BottomNavigation item (see example).
Definition
Package:@progress/kendo-angular-navigation
Properties
cssClass?
any
Applies CSS classes to the item element of the BottomNavigation. Supports the type of values that are supported by ngClass.
cssStyle?
any
Applies CSS styles to the item element of the BottomNavigation. Supports the type of values that are supported by ngStyle.
disabled?
boolean
Disables the BottomNavigation item.
Default:
false
iconClass?
string
Applies a CSS class or multiple classes separated by spaces to a span element inside the item. Allows the usage of custom icons.
selected?
boolean
Specifies whether the BottomNavigation item is selected.
tabIndex?
number
Sets the tabindex attribute of the BottomNavigation item.
Default:
0
text?
string
Sets the text content of the BottomNavigation item.