trait InspectOptions extends Object with StObject
- Alphabetic
- By Inheritance
- 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]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- val colors: UndefOr[Boolean]
- 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. - val customInspect: UndefOr[Boolean]
- val depth: UndefOr[|[Double, Null]]
- 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. - 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]]
- 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. - 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]
- val showProxy: UndefOr[Boolean]
- val sorted: UndefOr[|[Boolean, Function2[java.lang.String, java.lang.String, Double]]]
- 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