Interface: EventIteratorOptions<V>
@sapphire/event-iterator.EventIteratorOptions
Options to be passed to an EventIterator.
Type parameters
Name |
---|
V |
Properties
filter
• Optional
filter: EventIteratorFilter
<V
>
The filter.
Defined in
idle
• Optional
idle: number
The timeout in ms before ending the EventIterator.
Defined in
limit
• Optional
limit: number
The limit of events that pass the filter to iterate.