Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-core
/
dev.catbit.mosaic.core.data.schemas.tile.tiles.navigation
/
TabsTileSchema
/
TabItem
Tab
Item
@
Serializable
data
class
TabItem
(
val
id
:
String
,
val
label
:
String
?
,
val
icon
:
IconSchema
?
,
val
badgeText
:
String
?
)
Members
Constructors
Tab
Item
Link copied to clipboard
constructor
(
id
:
String
,
label
:
String
?
,
icon
:
IconSchema
?
,
badgeText
:
String
?
)
Properties
badge
Text
Link copied to clipboard
@
SerialName
(
value
=
"badgeText"
)
val
badgeText
:
String
?
icon
Link copied to clipboard
@
SerialName
(
value
=
"icon"
)
val
icon
:
IconSchema
?
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
label
Link copied to clipboard
@
SerialName
(
value
=
"label"
)
val
label
:
String
?