Show:
Extends EventEmitter

Represents a monitored pattern string.

Returned from the watch method.

Table of Contents

Methods

unwatch ()

Defined in Variables.js:70

Stops monitoring this pattern string for changes

Properties

pattern

String

Defined in Variables.js:27

Returns the pattern string being watched

resolved

String

Defined in Variables.js:35

Returns the current resolved display string

Events

changed

Defined in Variables.js:93

Fired after a new show note has been added

Event Payload:

  • resolved String

    The new display string

  • source PatternWatcher

    This object