Packages

trait FSWatcher extends Object

Annotations
@RawJSType() @native()
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FSWatcher
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def close(): Unit
  2. def getWatched(): Dictionary[Array[String]]
  3. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  4. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  5. def on(event: String, cb: Function1[String, Unit]): FSWatcher
  6. def onWithStats(event: String, cb: Function2[String, UndefOr[Dynamic], Unit]): FSWatcher

    Only for add, addDir, change.

    Only for add, addDir, change.

    Annotations
    @JSName( "on" )
  7. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  8. def raw(event: String, cb: Function3[Dynamic, String, Dynamic, Unit]): FSWatcher

    Only for raw

    Only for raw

    Annotations
    @JSName( "on" )
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. def unwatch(path: |[String, Array[String]]): Unit
  11. def valueOf(): Any
    Definition Classes
    Object