dispatch(params)
Dispatch / broadcast the event to all listeners.
To create an instance-bound dispatch for this Signal, use boundDispatch.
Parameters
| Name | Type | Argument | Description |
|---|---|---|---|
params | any | <optional> | Parameters that should be passed to each handler. |
- Source code: core/Signal.js (Line 395)
Please login to continue.