nx.js
Variables

stopImmediatePropagationFlag

const stopImmediatePropagationFlag: WeakSet<Event>

Internal

WeakSet tracking events whose stopImmediatePropagation() was called. Used by EventTarget.dispatchEvent() to halt listener iteration.