PatternWatcher
Extends EventEmitter
Represents a monitored pattern string.
Returned from the watch method.
Methods
unwatch
()
Stops monitoring this pattern string for changes
Properties
pattern
String
Returns the pattern string being watched
resolved
String
Returns the current resolved display string
Events
changed
Fired after a new show note has been added
Event Payload:
-
resolved
StringThe new display string
-
source
PatternWatcherThis object