interface StaticEventEmitterIteratorOptions
extends StaticEventEmitterOptions
Properties Jump to heading
optional
Jump to headingclose: string[] | undefinedNames of events that will end the iteration.
optional
Jump to headinghighWaterMark: number | undefinedThe high watermark. The emitter is paused every time the size of events being buffered is higher than it.
Supported only on emitters implementing pause() and resume() methods.
optional
Jump to headinglowWaterMark: number | undefinedThe low watermark. The emitter is resumed every time the size of events being buffered is lower than it.
Supported only on emitters implementing pause() and resume() methods.