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
/
NavigationRailTileSchema
/
NavigationRailItem
Navigation
Rail
Item
@
Serializable
data
class
NavigationRailItem
(
val
id
:
String
,
val
icon
:
IconSchema
,
val
label
:
String
?
)
Members
Constructors
Navigation
Rail
Item
Link copied to clipboard
constructor
(
id
:
String
,
icon
:
IconSchema
,
label
:
String
?
)
Properties
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
?