Mobile UI
Toggle table of contents
0.6.0
common
Platform filter
common
Switch theme
Search in API
Mobile UI
Mobile UI
/
org.hisp.dhis.mobile.ui.designsystem.component.model
/
Tab
Tab
data
class
Tab
(
val
id
:
String
,
val
label
:
String
,
iconData
:
IconData
?
=
null
)
Members
Constructors
Tab
Link copied to clipboard
constructor
(
id
:
String
,
label
:
String
,
iconData
:
IconData
?
=
null
)
Properties
id
Link copied to clipboard
val
id
:
String
label
Link copied to clipboard
val
label
:
String
Functions
icon
Link copied to clipboard
fun
icon
(
selected
:
Boolean
)
:
ImageVector
?