Class

io.scalajs.npm.watch

WatchExtensions

Related Doc: package watch

Permalink

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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def createMonitorFuture(root: String, options: WatchOptions = null): Promise[Monitor]

    Permalink

    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]

    Permalink
    Definition Classes
    AnyVal → Any
  7. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  8. def toString(): String

    Permalink
    Definition Classes
    Any
  9. val watch: Watch

    Permalink
  10. def watchTreeFuture(root: String, options: WatchOptions = null): Promise[(Dictionary[Stats], Stats, Stats)]

    Permalink

    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