Active Route
data class ActiveRoute( val uri: String, val matchedRoute: Route.Match, val mountedRoute: MountedRoute)
Content copied to clipboard
Represent the route that is currently selected as active route by a Router
Constructors
Link copied to clipboard
fun ActiveRoute( uri: String, matchedRoute: Route.Match, mountedRoute: MountedRoute)
Content copied to clipboard
Functions
Link copied to clipboard
Renders the content which is associated with the mountedRoute