kilua-project
Toggle table of contents
0.0.26
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-routing
/
dev.kilua.routing
/
Route
/
IntRoute
/
IntRoute
Int
Route
constructor
(
meta
:
Meta
?
=
null
,
childRoutes
:
List
<
Route
>
?
=
null
,
view
:
@
Composable
IComponent
.
(
Int
)
->
Unit
?
=
null
,
action
:
suspend
(
Int
)
->
Unit
?
=
null
,
context
:
IntRoutingContextImpl
)
(
source
)