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
Screen
Nav
Key
@
Serializable
data
class
ScreenNavKey
(
val
id
:
String
,
val
navigationData
:
ScreenNavKey.NavigationData
=
NavigationData(null)
)
:
NavKey
Members
Constructors
Screen
Nav
Key
Link copied to clipboard
constructor
(
id
:
String
,
navigationData
:
ScreenNavKey.NavigationData
=
NavigationData(null)
)
Types
Navigation
Data
Link copied to clipboard
@
Immutable
@
Serializable
data
class
NavigationData
(
val
data
:
Map
<
String
,
AnySerializable
>
?
=
null
)
Properties
id
Link copied to clipboard
@
SerialName
(
value
=
"id"
)
val
id
:
String
navigation
Data
Link copied to clipboard
@
SerialName
(
value
=
"navigationData"
)
val
navigationData
:
ScreenNavKey.NavigationData