Back to Docs
Preparing search index...
The search index is not available
next-drupal
next-drupal
DrupalView
Interface DrupalView<T>
interface
DrupalView
<
T
=
Record
<
string
,
any
>
[]
>
{
id
:
string
;
links
:
JsonApiLinks
;
meta
:
{
count
:
number
;
[
key
:
string
]:
any
}
;
results
:
T
;
}
Type Parameters
T
=
Record
<
string
,
any
>
[]
Index
Properties
id
links
meta
results
Properties
id
id
:
string
links
links
:
JsonApiLinks
meta
meta
:
{
count
:
number
;
[
key
:
string
]:
any
}
results
results
:
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
id
links
meta
results
Back to Docs
next-drupal
Loading...