callCount : number The number of times the handler function has been called. Source
detach() → {function | null} Detach binding from signal.alias to: @see mySignal.remove(myBinding
toString() → {string} Returns string
isBound() → {boolean} Returns boolean
params :array | null Default parameters passed to listener during Signal.dispatch and SignalBinding.execute
getListener() → {function} Returns function
getSignal() → {Phaser.Signal} Returns
context : Object Context on which listener will be executed (object that should represent the this variable inside
active : boolean If binding is active and should be executed. Default Value
isOnce() → {boolean} Returns boolean
Page 1 of 2