Console
SDK
REST API
Preparing search index...
The search index is not available
Integration App React - v2.13.2
Integration App React
@integration-app/react
SWRResponse
Interface SWRResponse<Data, Error, Config>
interface
SWRResponse
<
Data
=
any
,
Error
=
any
,
Config
=
any
>
{
data
:
BlockingData
<
Data
,
Config
>
extends
true
?
Data
:
undefined
|
Data
;
error
:
undefined
|
Error
;
mutate
:
KeyedMutator
<
Data
>
;
isValidating
:
boolean
;
isLoading
:
IsLoadingResponse
<
Data
,
Config
>
;
}
Type Parameters
Data
=
any
Error
=
any
Config
=
any
Index
Properties
data
error
mutate
is
Validating
is
Loading
Properties
data
data
:
BlockingData
<
Data
,
Config
>
extends
true
?
Data
:
undefined
|
Data
The returned data of the fetcher function.
error
error
:
undefined
|
Error
The error object thrown by the fetcher function.
mutate
mutate
:
KeyedMutator
<
Data
>
is
Validating
isValidating
:
boolean
is
Loading
isLoading
:
IsLoadingResponse
<
Data
,
Config
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
error
mutate
is
Validating
is
Loading
Console
SDK
REST API
Integration App React - v2.13.2
Loading...
The returned data of the fetcher function.