halt()
Stop propagation of the event, blocking the dispatch to next listener on the queue.
This should be called only during event dispatch as calling it before/after dispatch won't affect another broadcast.
See active to enable/disable the signal entirely.
- Source code: core/Signal.js (Line 381)
Please login to continue.