QueryEventsResult
API reference for QueryEventsResult
Type Alias: QueryEventsResult<EventType>
Section titled “Type Alias: QueryEventsResult<EventType>”QueryEventsResult<
EventType
> =object
Result of a query events operation
Type Parameters
Section titled “Type Parameters”EventType
Section titled “EventType”EventType
extends Event
= Event
Properties
Section titled “Properties”events
Section titled “events”events:
ReadEvent
<EventType
>[]
Array of matching events
pagination
Section titled “pagination”pagination:
object
Pagination information
hasMore
Section titled “hasMore”hasMore:
boolean
Whether there are more results available
limit:
number
Number of events returned
offset
Section titled “offset”offset:
number
Number of events skipped
total?
Section titled “total?”
optional
total:number
Total number of matching events (if includeCount was true)