inspect

object inspect
class Object
trait Matchable
class Any

Type members

Classlikes

object styles

Value members

Concrete methods

@inline
def apply(`object`: Any): String
@inline
def apply(`object`: Any, options: InspectOptions): String
@inline
def apply(`object`: Any, showHidden: Boolean): String
@inline
def apply(`object`: Any, showHidden: Boolean, depth: Double): String
@inline
def apply(`object`: Any, showHidden: Boolean, depth: Double, color: Boolean): String
@inline
def apply(`object`: Any, showHidden: Boolean, depth: Null, color: Boolean): String
@inline
def apply(`object`: Any, showHidden: Boolean, depth: Unit, color: Boolean): String
@inline
def apply(`object`: Any, showHidden: Unit, depth: Double): String
@inline
def apply(`object`: Any, showHidden: Unit, depth: Double, color: Boolean): String
@inline
def apply(`object`: Any, showHidden: Unit, depth: Null, color: Boolean): String
@inline
def apply(`object`: Any, showHidden: Unit, depth: Unit, color: Boolean): String
@JSImport("node:util", "inspect.colors") @native
def colors: Dict[Tuple2[Double, Double]]
@inline
def colors_=(x: Dict[Tuple2[Double, Double]]): Unit
@JSImport("node:util", "inspect.defaultOptions") @native
@inline
@JSImport("node:util", "inspect.replDefaults") @native

Allows changing inspect settings from the repl.

Allows changing inspect settings from the repl.

@inline

Concrete fields

@JSImport("node:util", "inspect") @native
val ^: Any
@JSImport("node:util", "inspect.custom") @native
val custom: Symbol