Packages

c

io.scalajs.npm.watch

WatchExtensions

implicit final class WatchExtensions extends AnyVal

Watch Extensions

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WatchExtensions
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new WatchExtensions(watch: Watch)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def createMonitorFuture(root: String, options: WatchOptions = null): Promise[Monitor]

    This function creates an EventEmitter that gives notifications for different changes that happen to the file and directory tree under the given root argument.

    This function creates an EventEmitter that gives notifications for different changes that happen to the file and directory tree under the given root argument.

    root

    The directory root you want to monitor.

    options

    The options object is passed to watch.watchTree.

    Annotations
    @inline()
    Example:
    1. watch.createMonitor('/home/mikeal', function (monitor) { ... })

  6. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  8. def toString(): String
    Definition Classes
    Any
  9. val watch: Watch
  10. def watchTreeFuture(root: String, options: WatchOptions = null): Promise[(Dictionary[Stats], Stats, Stats)]

    The first argument is the directory root you want to watch.

    The first argument is the directory root you want to watch.

    root

    the directory root you want to watch

    options

    the file watching options

    Annotations
    @inline()
    Example:
    1. watch.watchTree('/home/mikeal', function (f, curr, prev) { ... })

Inherited from AnyVal

Inherited from Any

Ungrouped