toggle menu
flatInvoker
common
switch theme
search in API
reaktor-navigation
/
dev.shibasis.reaktor.navigation.route
/
Navigator
Navigator
class
Navigator
(
root
:
Junction
)
Members
Constructors
Navigator
Link copied to clipboard
constructor
(
root
:
Junction
)
Properties
current
Link copied to clipboard
val
current
:
MutableState
<
ScreenPair
>
handles
Back
Link copied to clipboard
val
handlesBack
:
MutableState
<
Boolean
>
Functions
pop
Link copied to clipboard
fun
pop
(
)
push
Link copied to clipboard
fun
<
T
:
Props
>
push
(
destination
:
Destination
<
T
>
,
props
:
T
)
fun
<
T
:
Props
>
push
(
route
:
String
,
props
:
T
)
replace
Link copied to clipboard
fun
<
T
:
Props
>
replace
(
destination
:
Destination
<
T
>
,
props
:
T
)
fun
<
T
:
Props
>
replace
(
route
:
String
,
props
:
T
)