trait Options extends Object
- Annotations
- @JSType()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Options
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- val collapseGroups: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val diffNameColor: UndefOr[String]
- Annotations
- @JSOptional()
- val diffPathColor: UndefOr[String]
- Annotations
- @JSOptional()
- val exclude: UndefOr[Array[RegExp]]
- Annotations
- @JSOptional()
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- val hotReloadBufferMs: UndefOr[Int]
- Annotations
- @JSOptional()
- val include: UndefOr[Array[RegExp]]
- Annotations
- @JSOptional()
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val logOnDifferentValues: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val onlyLogs: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- val titleColor: UndefOr[String]
- Annotations
- @JSOptional()
- def toLocaleString(): String
- Definition Classes
- Object
- val trackAllPureComponents: UndefOr[Boolean]
- Annotations
- @JSOptional()
- val trackHooks: UndefOr[Boolean]
- Annotations
- @JSOptional()
- def valueOf(): Any
- Definition Classes
- Object