RouteInfo

class RouteInfo

Represents a route with its visible screen index and selection state.

Parameters

id

Unique identifier for the route.

index

The 0-based index of this route as shown on screen (ordered by route ID).

isSelected

true if this is the currently active (primary) route.

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
val index: Int
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String