Back to Docs
Preparing search index...
The search index is not available
next-drupal
next-drupal
DrupalSearchApiJsonApiResponse
Interface DrupalSearchApiJsonApiResponse
interface
DrupalSearchApiJsonApiResponse
{
data
:
Record
<
string
,
any
>
[]
;
errors
:
JsonApiError
[]
;
included
?:
Record
<
string
,
any
>
[]
;
jsonapi
?:
{
meta
:
Record
<
string
,
any
>
[]
;
version
:
string
}
;
links
?:
JsonApiLinks
;
meta
:
{
count
:
number
;
[
key
:
string
]:
any
}
&
{
facets
?:
DrupalSearchApiFacet
[]
;
}
;
[
key
:
string
]:
any
;
}
Hierarchy (
View Summary
)
JsonApiResponse
DrupalSearchApiJsonApiResponse
Indexable
[
key
:
string
]:
any
Index
Properties
data
errors
included?
jsonapi?
links?
meta
Properties
data
data
:
Record
<
string
,
any
>
[]
errors
errors
:
JsonApiError
[]
Optional
included
included
?:
Record
<
string
,
any
>
[]
Optional
jsonapi
jsonapi
?:
{
meta
:
Record
<
string
,
any
>
[]
;
version
:
string
}
Optional
links
links
?:
JsonApiLinks
meta
meta
:
{
count
:
number
;
[
key
:
string
]:
any
}
&
{
facets
?:
DrupalSearchApiFacet
[]
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
errors
included
jsonapi
links
meta
Back to Docs
next-drupal
Loading...