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