toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-remix-run-router
/
remix.run.router
/
RouteData
Route
Data
sealed
external
interface
RouteData
(
source
)
Map of routeId -> data returned from a loader/action/error
Members
Functions
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
Any
?
set
Link copied to clipboard
abstract
operator
fun
set
(
key
:
String
,
value
:
Any
?
)