class ChokidarOptions extends Object
- Annotations
- @ScalaJSDefined() @RawJSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ChokidarOptions
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ChokidarOptions(persistent: UndefOr[Boolean] = true, ignored: UndefOr[String] = js.undefined, ignoreInitial: UndefOr[Boolean] = js.undefined, followSymlinks: UndefOr[Boolean] = js.undefined, cwd: UndefOr[String] = js.undefined, disableGlobbing: UndefOr[Boolean] = js.undefined, usePolling: UndefOr[Boolean] = js.undefined, interval: UndefOr[Int] = js.undefined, binaryInterval: UndefOr[Int] = js.undefined, alwaysStat: UndefOr[Boolean] = js.undefined, depth: UndefOr[Int] = js.undefined, awaitWriteFinish: UndefOr[|[Boolean, Dynamic]] = js.undefined, ignorePermissionErrors: UndefOr[Boolean] = js.undefined, atomic: UndefOr[Boolean] = js.undefined)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val alwaysStat: UndefOr[Boolean]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val atomic: UndefOr[Boolean]
- val awaitWriteFinish: UndefOr[|[Boolean, Dynamic]]
- val binaryInterval: UndefOr[Int]
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- val cwd: UndefOr[String]
- val depth: UndefOr[Int]
- val disableGlobbing: UndefOr[Boolean]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- val followSymlinks: UndefOr[Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ignoreInitial: UndefOr[Boolean]
- val ignorePermissionErrors: UndefOr[Boolean]
- val ignored: UndefOr[String]
- val interval: UndefOr[Int]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val persistent: UndefOr[Boolean]
-
def
propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toLocaleString(): String
- Definition Classes
- Object
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- val usePolling: UndefOr[Boolean]
-
def
valueOf(): Any
- Definition Classes
- Object
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )