Interface: EventIteratorOptions<V>
Options to be passed to an EventIterator.
Type parameters
| Type parameter |
|---|
V |
Properties
filter?
optionalfilter:EventIteratorFilter<V>
The filter.
Source
idle?
optionalidle:number
The timeout in ms before ending the EventIterator.
Source
limit?
optionallimit:number
The limit of events that pass the filter to iterate.