execute(paramsArr) → {any}
Call listener passing arbitrary parameters.
If binding was added using Signal.addOnce()
it will be automatically removed from signal dispatch queue, this method is used internally for the signal dispatch.
Parameters
Name | Type | Argument | Description |
---|---|---|---|
paramsArr | Array.<any> | <optional> | Array of parameters that should be passed to the listener. |
Returns
any -
Value returned by the listener.
- Source code: core/SignalBinding.js (Line 102)
Please login to continue.