InspectOptions
InspectOptions =
object
Defined in: Composition/tap.ts:64
Configuration options for tap.inspect.
Properties
Section titled “Properties”colors?
Section titled “colors?”
readonlyoptionalcolors?:boolean
Defined in: Composition/tap.ts:78
Whether to colorize the output using ANSI color codes.
Defaults to true.
depth?
Section titled “depth?”
readonlyoptionaldepth?:number
Defined in: Composition/tap.ts:73
The maximum depth to recurse when formatting the object.
Defaults to null (infinite depth).
label?
Section titled “label?”
readonlyoptionallabel?:string
Defined in: Composition/tap.ts:68
An optional label prefix for the inspect output (e.g., [label]: value).