Mosaic
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Mosaic
mosaic-client
/
dev.catbit.mosaic.client.ui.sdui.foundation.graph
/
ScreenNavKey
/
NavigationData
Navigation
Data
@
Immutable
@
Serializable
data
class
NavigationData
(
val
data
:
Map
<
String
,
AnySerializable
>
?
=
null
)
Members
Constructors
Navigation
Data
Link copied to clipboard
constructor
(
data
:
Map
<
String
,
AnySerializable
>
?
=
null
)
Properties
data
Link copied to clipboard
@
SerialName
(
value
=
"data"
)
val
data
:
Map
<
String
,
AnySerializable
>
?