core
0.16.1
core
/
de.peekandpoke.kraft.addons.routing
/
Router
/
History
History
data
class
History
(
val
router
:
Router
,
val
entries
:
List
<
ActiveRoute
>
)
Content copied to clipboard
Constructors
Functions
Properties
Constructors
History
Link copied to clipboard
fun
History
(
router
:
Router
,
entries
:
List
<
ActiveRoute
>
)
Content copied to clipboard
Functions
nav
Back
Link copied to clipboard
fun
navBack
(
)
Content copied to clipboard
Properties
can
Go
Back
Link copied to clipboard
val
canGoBack
:
Boolean
Content copied to clipboard
entries
Link copied to clipboard
val
entries
:
List
<
ActiveRoute
>
Content copied to clipboard
router
Link copied to clipboard
val
router
:
Router
Content copied to clipboard