memorize : boolean
Memorize the previously dispatched event?
If an event has been memorized it is automatically dispatched when a new listener is added with add or addOnce.
Use forget to clear any currently memorized event.
- Source code: core/Signal.js (Line 84)
Please login to continue.