toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-remix-run-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
?