Canceled

data class Canceled : RoutesState

Represents the state when route fetching is canceled.

Parameters

routeOptions

used to fetch the route

routerOrigin

origin of the route request

Functions

component1
Link copied to clipboard
operator fun component1(): RouteOptions
component2
Link copied to clipboard
operator fun component2(): RouterOrigin
copy
Link copied to clipboard
fun copy(routeOptions: RouteOptions, routerOrigin: RouterOrigin): RoutesState.Canceled
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

routeOptions
Link copied to clipboard
val routeOptions: RouteOptions
used to fetch the route
routerOrigin
Link copied to clipboard
val routerOrigin: RouterOrigin
origin of the route request