React Router API Reference
Preparing search index...
react-router
NavigationStates
Type Alias NavigationStates
Potential states for state.navigation
type
NavigationStates
=
{
Idle
:
{
formAction
:
undefined
;
formData
:
undefined
;
formEncType
:
undefined
;
formMethod
:
undefined
;
json
:
undefined
;
location
:
undefined
;
state
:
"idle"
;
text
:
undefined
;
}
;
Loading
:
{
formAction
:
Submission
[
"formAction"
]
|
undefined
;
formData
:
Submission
[
"formData"
]
|
undefined
;
formEncType
:
Submission
[
"formEncType"
]
|
undefined
;
formMethod
:
Submission
[
"formMethod"
]
|
undefined
;
json
:
Submission
[
"json"
]
|
undefined
;
location
:
Location
;
state
:
"loading"
;
text
:
Submission
[
"text"
]
|
undefined
;
}
;
Submitting
:
{
formAction
:
Submission
[
"formAction"
]
;
formData
:
Submission
[
"formData"
]
;
formEncType
:
Submission
[
"formEncType"
]
;
formMethod
:
Submission
[
"formMethod"
]
;
json
:
Submission
[
"json"
]
;
location
:
Location
;
state
:
"submitting"
;
text
:
Submission
[
"text"
]
;
}
;
}
Index
Properties
Idle
Loading
Submitting
Properties
Idle
Idle
:
{
formAction
:
undefined
;
formData
:
undefined
;
formEncType
:
undefined
;
formMethod
:
undefined
;
json
:
undefined
;
location
:
undefined
;
state
:
"idle"
;
text
:
undefined
;
}
Loading
Loading
:
{
formAction
:
Submission
[
"formAction"
]
|
undefined
;
formData
:
Submission
[
"formData"
]
|
undefined
;
formEncType
:
Submission
[
"formEncType"
]
|
undefined
;
formMethod
:
Submission
[
"formMethod"
]
|
undefined
;
json
:
Submission
[
"json"
]
|
undefined
;
location
:
Location
;
state
:
"loading"
;
text
:
Submission
[
"text"
]
|
undefined
;
}
Submitting
Submitting
:
{
formAction
:
Submission
[
"formAction"
]
;
formData
:
Submission
[
"formData"
]
;
formEncType
:
Submission
[
"formEncType"
]
;
formMethod
:
Submission
[
"formMethod"
]
;
json
:
Submission
[
"json"
]
;
location
:
Location
;
state
:
"submitting"
;
text
:
Submission
[
"text"
]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
Idle
Loading
Submitting
React Router API Reference
Loading...
Potential states for state.navigation