active : boolean
Is the Signal active? Only active signals will broadcast dispatched events.
Setting this property during a dispatch will only affect the next dispatch. To stop the propagation of a signal from a listener use halt.
- Default Value
- true
- Source code: core/Signal.js (Line 100)
Please login to continue.