@umbraco-cms/backoffice
Preparing search index...
packages/core/router
IRedirectRoute
Interface IRedirectRoute<D>
Route type used for redirection.
interface
IRedirectRoute
<
D
=
any
>
{
awaitStability
?:
boolean
;
data
?:
D
;
guards
?:
Guard
<
any
,
any
>
[]
;
path
:
string
;
pathMatch
?:
PathMatch
;
preserveQuery
?:
boolean
;
redirectTo
:
string
;
unique
?:
string
|
symbol
;
}
Type Parameters
D
=
any
Hierarchy
IRouteBase
<
D
>
IRedirectRoute
Index
Properties
await
Stability?
data?
guards?
path
path
Match?
preserve
Query?
redirect
To
unique?
Properties
Optional
await
Stability
awaitStability
?:
boolean
Optional
data
data
?:
D
Optional
guards
guards
?:
Guard
<
any
,
any
>
[]
path
path
:
string
Optional
path
Match
pathMatch
?:
PathMatch
Optional
preserve
Query
preserveQuery
?:
boolean
redirect
To
redirectTo
:
string
Optional
unique
unique
?:
string
|
symbol
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
await
Stability
data
guards
path
path
Match
preserve
Query
redirect
To
unique
@umbraco-cms/backoffice
Loading...
Route type used for redirection.