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
/
StringRoute
/
StringRoute
String
Route
constructor
(
meta
:
Meta
?
=
null
,
childRoutes
:
List
<
Route
>
?
=
null
,
view
:
@
Composable
IComponent
.
(
String
)
->
Unit
?
=
null
,
action
:
suspend
(
String
)
->
Unit
?
=
null
,
context
:
StringRoutingContextImpl
)
(
source
)