Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-router
/
remix.run.router
/
MapRoutePropertiesFunctionResult
Map
Route
Properties
Function
Result
sealed
external
interface
MapRoutePropertiesFunctionResult
:
ReadonlyRecord
<
String
,
Any
?
>
(
source
)
Members
Properties
has
Error
Boundary
Link copied to clipboard
abstract
var
hasErrorBoundary
:
Boolean
Functions
get
Link copied to clipboard
open
operator
fun
get
(
key
:
String
)
:
Any
?