Kotlin Wrappers API Reference
Toggle table of contents
js
Platform filter
js
Switch theme
kotlin-react-router
/
remix.run.router
/
AgnosticPatchRoutesOnNavigationFunctionArgs
Agnostic
Patch
Routes
On
Navigation
Function
Args
sealed
external
interface
AgnosticPatchRoutesOnNavigationFunctionArgs
<
O
:
AgnosticRouteObject
,
M
:
AgnosticRouteMatch
<
*
>
>
(
source
)
Members
Properties
matches
Link copied to clipboard
abstract
var
matches
:
ReadonlyArray
<
M
>
patch
Link copied to clipboard
abstract
var
patch
:
(
routeId
:
String
?
,
ReadonlyArray
<
O
>
)
->
Unit
path
Link copied to clipboard
abstract
var
path
:
String