Constructors
constructor
- new MiniSignalBinding(fn: Function, once?: boolean, thisArg?: any): MiniSignalBinding
-
Parameters
-
fn: Function
-
Optional once: boolean
-
Optional thisArg: any
Properties
Protected _fn
_fn: Function
Protected _next
Protected _once
_once: boolean
Protected _owner
Protected _prev
Protected _thisArg
_thisArg: any
Methods
detach
-
Returns boolean