准备搜索索引...
搜索索引不可用
React Router API 参考
React Router API 参考
react-router
ShouldRevalidateFunctionArgs
接口 ShouldRevalidateFunctionArgs
传递给 shouldRevalidate 函数的参数
interface
ShouldRevalidateFunctionArgs
{
actionResult
?:
any
;
actionStatus
?:
number
;
currentParams
:
Params
<
string
>
;
currentUrl
:
URL
;
defaultShouldRevalidate
:
boolean
;
formAction
?:
string
;
formData
?:
FormData
;
formEncType
?:
FormEncType
;
formMethod
?:
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
;
json
?:
JsonValue
;
nextParams
:
Params
<
string
>
;
nextUrl
:
URL
;
text
?:
string
;
}
索引
属性
action
Result?
action
Status?
current
Params
current
Url
default
Should
Revalidate
form
Action?
form
Data?
form
Enc
Type?
form
Method?
json?
next
Params
next
Url
text?
属性
Optional
action
Result
action
Result
?:
any
Optional
action
Status
action
Status
?:
number
current
Params
current
Params
:
Params
<
string
>
current
Url
current
Url
:
URL
default
Should
Revalidate
default
Should
Revalidate
:
boolean
Optional
form
Action
form
Action
?:
string
Optional
form
Data
form
Data
?:
FormData
Optional
form
Enc
Type
form
Enc
Type
?:
FormEncType
Optional
form
Method
form
Method
?:
|
"GET"
|
"POST"
|
"PUT"
|
"PATCH"
|
"DELETE"
Optional
json
json
?:
JsonValue
next
Params
next
Params
:
Params
<
string
>
next
Url
next
Url
:
URL
Optional
text
text
?:
string
设置
成员可见性
受保护的
继承的
外部的
主题
OS
浅色
深色
在此页上
属性
action
Result
action
Status
current
Params
current
Url
default
Should
Revalidate
form
Action
form
Data
form
Enc
Type
form
Method
json
next
Params
next
Url
text
React Router API 参考
加载中...
传递给 shouldRevalidate 函数的参数