Logos DX
Preparing search index...
@logosdx/react
QueryOptions
Type Alias QueryOptions<H, P, E>
type
QueryOptions
<
H
,
P
,
E
=
Record
<
string
,
any
>
>
=
{
defaults
?:
CallConfig
<
H
,
P
>
;
invalidateOn
?:
(
keyof
E
)
[]
;
pollInterval
?:
number
;
reactive
?:
CallConfig
<
H
,
P
>
;
skip
?:
boolean
;
}
Type Parameters
H
P
E
=
Record
<
string
,
any
>
Index
Properties
defaults?
invalidate
On?
poll
Interval?
reactive?
skip?
Properties
Optional
defaults
defaults
?:
CallConfig
<
H
,
P
>
Optional
invalidate
On
invalidateOn
?:
(
keyof
E
)
[]
Optional
poll
Interval
pollInterval
?:
number
Optional
reactive
reactive
?:
CallConfig
<
H
,
P
>
Optional
skip
skip
?:
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
defaults
invalidate
On
poll
Interval
reactive
skip
Logos DX
Loading...