@umbraco-cms/backoffice
Preparing search index...
packages/core/router
IComponentRoute
Interface IComponentRoute<D>
Route type used to resolve and stamp components.
interface
IComponentRoute
<
D
=
any
>
{
component
:
Component
|
PromiseLike
<
Component
>
;
data
?:
D
;
guards
?:
Guard
<
any
,
any
>
[]
;
path
:
string
;
pathMatch
?:
PathMatch
;
setup
?:
Setup
<
any
>
;
unique
?:
string
|
symbol
;
}
Type Parameters
D
=
any
Hierarchy
IRouteBase
<
D
>
IComponentRoute
Index
Properties
component
data?
guards?
path
path
Match?
setup?
unique?
Properties
component
component
:
Component
|
PromiseLike
<
Component
>
Optional
data
data
?:
D
Optional
guards
guards
?:
Guard
<
any
,
any
>
[]
path
path
:
string
Optional
path
Match
pathMatch
?:
PathMatch
Optional
setup
setup
?:
Setup
<
any
>
Optional
unique
unique
?:
string
|
symbol
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
component
data
guards
path
path
Match
setup
unique
@umbraco-cms/backoffice
Loading...
Route type used to resolve and stamp components.