toggle menu
flatInvoker
common
switch theme
search in API
reaktor-navigation
/
dev.shibasis.reaktor.navigation.route
/
Junction
Junction
class
Junction
(
val
name
:
String
,
parentPath
:
String
?
=
null
,
val
errorDestination
:
Destination
<
Props
>
?
=
null
,
junctionBuilder
:
Junction
.
(
)
->
Unit
)
:
Route
Members
Constructors
Junction
Link copied to clipboard
constructor
(
name
:
String
,
parentPath
:
String
?
=
null
,
errorDestination
:
Destination
<
Props
>
?
=
null
,
junctionBuilder
:
Junction
.
(
)
->
Unit
)
Properties
error
Destination
Link copied to clipboard
val
errorDestination
:
Destination
<
Props
>
?
=
null
Index
Link copied to clipboard
var
Index
:
Destination
<
Props
>
?
name
Link copied to clipboard
val
name
:
String
path
Link copied to clipboard
var
path
:
String
?
Functions
destination
Link copied to clipboard
fun
<
T
:
Props
>
destination
(
destination
:
Destination
<
T
>
)
:
Destination
<
T
>
index
Link copied to clipboard
fun
<
T
:
Props
>
index
(
destination
:
Destination
<
T
>
)
:
Destination
<
T
>
junction
Link copied to clipboard
fun
junction
(
junction
:
Junction
)
:
Junction
fun
junction
(
name
:
String
,
errorDestination
:
Destination
<
Props
>
?
=
null
,
junctionBuilder
:
Junction
.
(
)
->
Unit
)
:
Junction