Preparing search index...
The search index is not available
React Corsair - v0.0.8
React Corsair
react-corsair
RedirectState
Interface RedirectState
The state of a route that has requested a redirect.
interface
RedirectState
{
status
:
"redirect"
;
to
:
string
|
Location
;
}
Index
Properties
status
to
Properties
status
status
The route status.
to
to
:
string
|
Location
A location to redirect to.
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
status
to
React Corsair - v0.0.8
Loading...
The state of a route that has requested a redirect.