EventSource
The EventSource
class provides methods for monitoring signals.
Properties
This module exposes no properties.
Methods
Method | Description |
|
Converts event source by selecting a property in the event object. Events without specified property are ignored. |
|
Yields a filtered event source: the first |
|
Sets a callback for the event source. The callback will be invoked every time an event is emitted from this See Also: Note: |
|
Sets a callback for the event source. The callback will be invoked every time an event is emitted from this See Also: Note: |
|
Sets a callback for the event source, similar to |
|
Yields a filtered event source: the first |
Last updated