Packages

trait InspectOptionsStylized extends Object with StObject with InspectOptions

Annotations
@JSType() @native()
Source
utilMod.scala
Linear Supertypes
InspectOptions, StObject, Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. InspectOptionsStylized
  2. InspectOptions
  3. StObject
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val breakLength: UndefOr[Double]
    Definition Classes
    InspectOptions
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  7. val colors: UndefOr[Boolean]
    Definition Classes
    InspectOptions
  8. val compact: UndefOr[|[Boolean, Double]]

    Setting this to false causes each object key to be displayed on a new line.

    Setting this to false causes each object key to be displayed on a new line. It will also add new lines to text that is longer than breakLength. If set to a number, the most n inner elements are united on a single line as long as all properties fit into breakLength. Short array elements are also grouped together. Note that no text will be reduced below 16 characters, no matter the breakLength size. For more information, see the example below.

    Definition Classes
    InspectOptions
  9. val customInspect: UndefOr[Boolean]
    Definition Classes
    InspectOptions
  10. val depth: UndefOr[|[Double, Null]]

    Definition Classes
    InspectOptions
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  14. 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
  15. def hasOwnProperty(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  19. val maxArrayLength: UndefOr[|[Double, Null]]
    Definition Classes
    InspectOptions
  20. 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 null or Infinity to show all elements. Set to 0 or negative to show no characters.

    Definition Classes
    InspectOptions
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  24. def propertyIsEnumerable(v: scala.Predef.String): Boolean
    Definition Classes
    Object
  25. val showHidden: UndefOr[Boolean]
    Definition Classes
    InspectOptions
  26. val showProxy: UndefOr[Boolean]
    Definition Classes
    InspectOptions
  27. val sorted: UndefOr[|[Boolean, Function2[java.lang.String, java.lang.String, Double]]]
    Definition Classes
    InspectOptions
  28. def stylize(text: java.lang.String, styleType: Style): java.lang.String
  29. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  30. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  31. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  32. def valueOf(): Any
    Definition Classes
    Object
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from InspectOptions

Inherited from StObject

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped