detach() → {function | null}
Detach binding from signal.
alias to: @see mySignal.remove(myBinding.getListener());
Returns
function | null -
Handler function bound to the signal or null
if binding was previously detached.
- Source code: core/SignalBinding.js (Line 136)
Please login to continue.