Tab
Extends Composite
A container representing a single tab of a TabFolder widget.
Import this type with “const {Tab} = require('tabris');
”
Properties
badge
iOS
Type: string
A badge to attach to the tab.
image
iOSAndroid
Type: Image
An image to be displayed on the tab. Will not be shown on iOS if the TabFolder
’s tabBarLocation
is set to top
selectedImage
iOSAndroid
Type: Image
An image to be displayed on the currently active tab.
title
Type: string
The title to be displayed on the tab.