event-custom/js/handle.js:1
Return value from all subscribe operations
EventHandle
evt
sub
Defined in
event-custom/js/handle.js:1
evt
CustomEvent
the custom event.
sub
Subscriber
the subscriber.
detach
Defined in
event-custom/js/handle.js:37
Detaches this subscriber
the number of detached listeners
monitor
what
Defined in
event-custom/js/handle.js:60
Monitor the event state for the subscribed event. The first parameter is what should be monitored, the rest are the normal parameters when subscribing to an event.
what
String
what to monitor ('attach', 'detach', 'publish').
return value from the monitor event subscription.