Preparing search index...
The search index is not available
lib.reviews
lib.reviews
dal/lib/model-types
ChronologicalFeedPage
Interface ChronologicalFeedPage<CursorValue, TInstance>
Result of a chronological feed query.
interface
ChronologicalFeedPage
<
CursorValue
,
TInstance
>
{
hasMore
:
boolean
;
nextCursor
?:
CursorValue
;
rows
:
TInstance
[]
;
}
Type Parameters
CursorValue
TInstance
Index
Properties
has
More
next
Cursor?
rows
Properties
has
More
hasMore
:
boolean
Optional
next
Cursor
nextCursor
?:
CursorValue
rows
rows
:
TInstance
[]
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
has
More
next
Cursor
rows
lib.reviews
Loading...
Result of a chronological feed query.