Skip to main content

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

index.ts:15


idle

Optional idle: number

The timeout in ms before ending the EventIterator.

Defined in

index.ts:20


limit

Optional limit: number

The limit of events that pass the filter to iterate.

Defined in

index.ts:25