@maschinenlesbar.org/oparl-cli
Preparing search index...
OparlListPage
Interface OparlListPage<T>
One page of an OParl object list.
interface
OparlListPage
<
T
extends
JsonObject
=
OparlObject
>
{
data
:
T
[]
;
links
?:
{
next
?:
string
;
[
key
:
string
]:
JsonValue
|
undefined
}
;
pagination
?:
JsonObject
;
}
Type Parameters
T
extends
JsonObject
=
OparlObject
Index
Properties
data
links?
pagination?
Properties
data
data
:
T
[]
Optional
links
links
?:
{
next
?:
string
;
[
key
:
string
]:
JsonValue
|
undefined
}
Optional
pagination
pagination
?:
JsonObject
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
data
links
pagination
@maschinenlesbar.org/oparl-cli
Loading...
One page of an OParl object list.