@umbraco-cms/backoffice
Preparing search index...
packages/core/router
matchRoutes
Function matchRoutes
matchRoutes
<
D
=
any
>
(
routes
:
UmbRoute
<
D
>
[]
,
path
:
string
)
:
null
|
IRouteMatch
<
D
>
Matches the first route that matches the given path.
Type Parameters
D
=
any
Parameters
routes
:
UmbRoute
<
D
>
[]
path
:
string
Returns
null
|
IRouteMatch
<
D
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@umbraco-cms/backoffice
Loading...
Matches the first route that matches the given path.