event-custom/js/handle.js:1
Return value from all subscribe operations
EventHandleevt
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
monitorwhat
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').