kilua-project
Toggle table of contents
0.0.22
common
Platform filter
common
Switch theme
Search in API
kilua-project
kilua-routing
/
dev.kilua.routing
/
routeAction
route
Action
@
Composable
fun
RouteBuilder
.
routeAction
(
vararg
route
:
String
,
block
:
suspend
RouteBuilder
.
(
)
->
Unit
)
(
source
)
Executes the given block inside
RouteEffect
when the route matches the given path.