Kotlin Wrappers API Reference
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
kotlin-react-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
?
)