@qlik/api reference
Embed
Extend
Manage
APIs
Toolkits
Embed
Extend
Manage
APIs
Toolkits
Preparing search index...
invoke-fetch-types
InvokeFetchResponse
Type Alias InvokeFetchResponse
The typical base return type of a fetch call
type
InvokeFetchResponse
=
{
data
:
unknown
;
headers
:
Headers
;
next
?:
()
=>
Promise
<
InvokeFetchResponse
>
;
prev
?:
()
=>
Promise
<
InvokeFetchResponse
>
;
status
:
number
;
}
Index
Properties
data
headers
next?
prev?
status
Properties
data
data
:
unknown
headers
headers
:
Headers
Optional
next
next
?:
()
=>
Promise
<
InvokeFetchResponse
>
Optional
prev
prev
?:
()
=>
Promise
<
InvokeFetchResponse
>
status
status
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
headers
next
prev
status
Embed
Extend
Manage
APIs
Toolkits
@qlik/api reference
Loading...
The typical base return type of a fetch call