Skip to content

类型: UseNoticeModalSettingsOptions<>

属性

queryOptions

queryOptions: UseQueryOptions<any, Error, any, any, QueryKey>


select

select: undefined | (data: any) => any

与 useQuery select 相同


shouldRefetchOnShow

shouldRefetchOnShow: undefined | boolean

是否在 onShow 时重新加载 json 文件(仅在文件过期时重新加载,与 staleTime 和 gcTime 挂钩),默认开启