routeAction

@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.