toggle menu
flatInvoker
common
switch theme
search in API
reaktor-navigation
/
dev.shibasis.reaktor.navigation.route
Package-level
declarations
Types
Functions
Properties
Types
Destination
Link copied to clipboard
class
Destination
<
T
:
Props
>
(
val
name
:
String
,
val
defaultParameters
:
T
,
val
content
:
@
Composable
(
parameters
:
T
)
->
Unit
)
:
Route
Junction
Link copied to clipboard
class
Junction
(
val
name
:
String
,
parentPath
:
String
?
=
null
,
val
errorDestination
:
Destination
<
Props
>
?
=
null
,
junctionBuilder
:
Junction
.
(
)
->
Unit
)
:
Route
Navigator
Link copied to clipboard
class
Navigator
(
root
:
Junction
)
Route
Link copied to clipboard
sealed
class
Route
Screen
Pair
Link copied to clipboard
data
class
ScreenPair
(
val
props
:
Props
,
val
destination
:
Destination
<
Props
>
)
Properties
Navigator
Link copied to clipboard
var
Feature
.
Navigator
:
Navigator
?
Functions
get
Error
Route
Link copied to clipboard
fun
getErrorRoute
(
errorScreenProps
:
ErrorScreenProps
=
ErrorScreenProps()
)
:
Destination
<
Props
>