Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
kotlin-tanstack-react-router
/
tanstack.react.router
/
RouteOptions
Route
Options
external
interface
RouteOptions
:
RouteOptions
<
Route
>
,
UpdatableRouteOptions
(
source
)
Members
Properties
component
Link copied to clipboard
abstract
val
component
:
RouteComponent
?
error
Component
Link copied to clipboard
abstract
val
errorComponent
:
ErrorRouteComponent
?
get
Parent
Route
Link copied to clipboard
abstract
val
getParentRoute
:
(
)
->
Route
id
Link copied to clipboard
abstract
val
id
:
String
?
not
Found
Component
Link copied to clipboard
abstract
val
notFoundComponent
:
NotFoundRouteComponent
?
path
Link copied to clipboard
abstract
val
path
:
String
?
pending
Component
Link copied to clipboard
abstract
val
pendingComponent
:
RouteComponent
?