Represents which types of update method to watch the Node path for
Represents a Bash Shell Glob pattern to match paths with
NOTE: When using "Globstar", "**", the backend will watch recursively for sub-paths, which may incur a performance penalty
Represents if IWatchOptions.path should watch for sub-paths instead of a singular Node path
Represents a singular Node path to watch for changes
Represents if IWatchOptions.path should watch for changes that happen in sub-paths as well.
NOTE: Only applicable whenever IWatchOptions.inclusive is
true
Represents a Regular Expression to match paths with
NOTE: When using the "Global Match" flag, "g", the backend will watch recursively for sub-paths, which may incur a performance penalty
Represents the type of Nodes to watch only for
Generated using TypeDoc
Represents the options passable to BaseAdapter.watch