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