trait InspectOptionsStylized extends Object with StObject with InspectOptions
- Annotations
- @JSType() @native()
- Source
- utilMod.scala
- Alphabetic
- By Inheritance
- InspectOptionsStylized
- InspectOptions
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val breakLength: UndefOr[Double]
- Definition Classes
- InspectOptions
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val colors: UndefOr[Boolean]
- Definition Classes
- InspectOptions
- val compact: UndefOr[|[Boolean, Double]]
Setting this to
falsecauses each object key to be displayed on a new line.Setting this to
falsecauses each object key to be displayed on a new line. It will also add new lines to text that is longer thanbreakLength. If set to a number, the mostninner elements are united on a single line as long as all properties fit intobreakLength. Short array elements are also grouped together. Note that no text will be reduced below 16 characters, no matter thebreakLengthsize. For more information, see the example below.- Definition Classes
- InspectOptions
- val customInspect: UndefOr[Boolean]
- Definition Classes
- InspectOptions
- val depth: UndefOr[|[Double, Null]]
- Definition Classes
- InspectOptions
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- val getters: UndefOr[|[|[get, set], Boolean]]
If set to
true, getters are going to be inspected as well.If set to
true, getters are going to be inspected as well. If set to'get'only getters without setter are going to be inspected. If set to'set'only getters having a corresponding setter are going to be inspected. This might cause side effects depending on the getter function.- Definition Classes
- InspectOptions
- def hasOwnProperty(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- val maxArrayLength: UndefOr[|[Double, Null]]
- Definition Classes
- InspectOptions
- val maxStringLength: UndefOr[|[Double, Null]]
Specifies the maximum number of characters to include when formatting.
Specifies the maximum number of characters to include when formatting. Set to
nullorInfinityto show all elements. Set to0or negative to show no characters.- Definition Classes
- InspectOptions
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): Boolean
- Definition Classes
- Object
- val showHidden: UndefOr[Boolean]
- Definition Classes
- InspectOptions
- val showProxy: UndefOr[Boolean]
- Definition Classes
- InspectOptions
- val sorted: UndefOr[|[Boolean, Function2[java.lang.String, java.lang.String, Double]]]
- Definition Classes
- InspectOptions
- def stylize(text: java.lang.String, styleType: Style): java.lang.String
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated