Interface: EventIteratorOptions<V>
Defined in: index.ts:11
Options to be passed to an EventIterator.
Type Parameters
Type Parameter |
---|
V |
Properties
filter?
optional
filter:EventIteratorFilter
<V
>
Defined in: index.ts:15
The filter.
idle?
optional
idle:number
Defined in: index.ts:20
The timeout in ms before ending the EventIterator.
limit?
optional
limit:number
Defined in: index.ts:25
The limit of events that pass the filter to iterate.