Preparing search index...
The search index is not available
@umbraco-cms/backoffice
@umbraco-cms/backoffice
packages/core/router
IResolverRoute
Interface IResolverRoute<D>
Route type used to take control of how the route should resolve.
interface
IResolverRoute
<
D
>
{
data
?:
D
;
guards
?:
Guard
<
any
,
any
>
[]
;
path
:
string
;
pathMatch
?:
PathMatch
;
resolve
:
CustomResolver
<
any
,
any
>
;
}
Type Parameters
D
=
any
Hierarchy
IRouteBase
<
D
>
IResolverRoute
Index
Properties
data?
guards?
path
path
Match?
resolve
Properties
Optional
data
data
?:
D
Optional
guards
guards
?:
Guard
<
any
,
any
>
[]
path
path
:
string
Optional
path
Match
path
Match
?:
PathMatch
resolve
resolve
:
CustomResolver
<
any
,
any
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
guards
path
path
Match
resolve
@umbraco-cms/backoffice
Loading...
"
"
Route type used to take control of how the route should resolve.