</div></section></div></details></section></section><detailsclass="tsd-panel-group tsd-member-group tsd-accordion"open><summaryclass="tsd-accordion-summary"data-key="section-Properties"><svgwidth="20"height="20"viewBox="0 0 24 24"fill="none"aria-hidden="true"><usehref="../assets/icons.svg#icon-chevronDown"></use></svg><h2>Properties</h2></summary><section><sectionclass="tsd-panel tsd-member tsd-is-external"><h3class="tsd-anchor-link"id="close"><codeclass="tsd-tag">Optional</code><span>close</span><ahref="#close"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">close</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">string</span><spanclass="tsd-signature-symbol">[]</span></div><divclass="tsd-comment tsd-typography"><p>Names of events that will end the iteration.</p>
</div><divclass="tsd-comment tsd-typography"></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/@types/node/events.d.ts:88</li></ul></aside></section><sectionclass="tsd-panel tsd-member tsd-is-external"><h3class="tsd-anchor-link"id="highwatermark"><codeclass="tsd-tag">Optional</code><span>high<wbr/>Water<wbr/>Mark</span><ahref="#highwatermark"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">highWaterMark</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span></div><divclass="tsd-comment tsd-typography"><p>The high watermark. The emitter is paused every time the size of events being buffered is higher than it.
Supported only on emitters implementing <code>pause()</code> and <code>resume()</code> methods.</p>
</div></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/@types/node/events.d.ts:94</li></ul></aside></section><sectionclass="tsd-panel tsd-member tsd-is-external"><h3class="tsd-anchor-link"id="lowwatermark"><codeclass="tsd-tag">Optional</code><span>low<wbr/>Water<wbr/>Mark</span><ahref="#lowwatermark"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">lowWaterMark</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">number</span></div><divclass="tsd-comment tsd-typography"><p>The low watermark. The emitter is resumed every time the size of events being buffered is lower than it.
Supported only on emitters implementing <code>pause()</code> and <code>resume()</code> methods.</p>
</div></div><asideclass="tsd-sources"><ul><li>Defined in node_modules/@types/node/events.d.ts:100</li></ul></aside></section><sectionclass="tsd-panel tsd-member tsd-is-inherited tsd-is-external"><h3class="tsd-anchor-link"id="signal"><codeclass="tsd-tag">Optional</code><span>signal</span><ahref="#signal"aria-label="Permalink"class="tsd-anchor-icon"><svgviewBox="0 0 24 24"aria-hidden="true"><usehref="../assets/icons.svg#icon-anchor"></use></svg></a></h3><divclass="tsd-signature"><spanclass="tsd-kind-property">signal</span><spanclass="tsd-signature-symbol">?:</span><spanclass="tsd-signature-type">AbortSignal</span></div><divclass="tsd-comment tsd-typography"><p>Can be used to cancel awaiting events.</p>