Options object used by Console.dir
.
Fields
If true
, object
's non-enumerable symbols and properties are included in the formatted result.
WeakMap
and WeakSet
entries are also included.
Default: false
.
Specifies the number of times to recurse while formatting object
.
This is useful for inspecting large objects. To recurse up to the maximum call stack size pass Infinity
or
null
.
Default: 2
.
If true
, the output is styled with ANSI color codes.
Colors are customizable.
See Customizing util.inspect
colors.
Default: false
.