Preparing search index...
The search index is not available
Cognite JavaScript SDK (beta)
Cognite JavaScript SDK (beta)
ListResponse
Interface ListResponse<T>
interface
ListResponse
<
T
>
{
items
:
T
;
next
?:
(
(
)
=>
Promise
<
ListResponse
<
T
>
>
)
;
nextCursor
?:
string
;
}
Type Parameters
T
Hierarchy (
view full
)
CursorResponse
<
T
>
ListResponse
RecordsSyncListResponse
Index
Properties
items
next?
next
Cursor?
Properties
items
items
:
T
Optional
next
next
?:
(
(
)
=>
Promise
<
ListResponse
<
T
>
>
)
Optional
next
Cursor
next
Cursor
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
items
next
next
Cursor
Cognite JavaScript SDK (beta)
Loading...