Preparing search index...
The search index is not available
Fauna v10 JavaScript driver - v2.3.0
Fauna v10 JavaScript driver
FeedPage
Class FeedPage<T>
A class to represent a page of events from a Fauna stream.
Type Parameters
T
extends
QueryValue
Index
Constructors
constructor
Properties
cursor
events
has
Next
stats?
Constructors
constructor
new
Feed
Page
<
T
>
(
__namedParameters
)
:
FeedPage
<
T
>
Type Parameters
T
extends
QueryValue
Parameters
__namedParameters
:
FeedSuccess
<
T
>
Returns
FeedPage
<
T
>
Properties
Readonly
cursor
cursor
:
string
Readonly
events
events
:
IterableIterator
<
StreamEventData
<
T
>
>
Readonly
has
Next
has
Next
:
boolean
Optional
Readonly
stats
stats
?:
QueryStats
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
cursor
events
has
Next
stats
Fauna v10 JavaScript driver - v2.3.0
Loading...
A class to represent a page of events from a Fauna stream.