Readonly
iosReadonly
androidGets/sets the title of tab item.
1.1.10
Gets/sets the icon of tab item.
1.1.10
Readonly
badgeGets badge of tab bar item. Badge that is displayed in the upper-right corner of the item with a surrounding red oval. Badge usage isn't currently supported if this TabBarItem is belongs to TabBarController. For iOS, when tabBarItem icon size is big, default position of badge might be wrong. You should call move function for fix this problem. Badge should not be given in constructor.
page.parentController.tabBar.items[0].badge.text = "5"; //ParentController must be BottomTabbarController
page.parentController.tabBar.items[0].badge.visible = true;
4.0.1
Gets/sets the route related to tab item. When an tab bar item is pressed, its route is shown.
1.1.10
Generated using TypeDoc
Since
1.1.10
This class represents the page controller when added to a bottom tab bar. Router navigates UI.TabBarItem.page when the tab bar item is clicked.
Example