solivagant
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
solivagant
khonshu-navigation-core
/
com.hoc081098.solivagant.navigation
/
ScreenDestination
Screen
Destination
@
InternalNavigationApi
class
ScreenDestination
<
T
:
BaseRoute
>
(
val
id
:
DestinationId
<
T
>
,
val
extra
:
Serializable
?
,
val
content
:
@
Composable
(
T
,
Modifier
)
->
Unit
)
:
ContentDestination
<
T
>
(
source
)
Members
Constructors
Screen
Destination
Link copied to clipboard
constructor
(
id
:
DestinationId
<
T
>
,
extra
:
Serializable
?
,
content
:
@
Composable
(
T
,
Modifier
)
->
Unit
)
Properties
content
Link copied to clipboard
open
override
val
content
:
@
Composable
(
T
,
Modifier
)
->
Unit
extra
Link copied to clipboard
open
override
val
extra
:
Serializable
?
id
Link copied to clipboard
open
override
val
id
:
DestinationId
<
T
>