Interface Colors

Hierarchy

  • Colors

Properties

boolean: string

Color for values of type boolean.

escape: string

Color for escape sequences in strings (string cells and stirngs inside of JSON) and symbols.

function: string

Color for values of type function.

header: string

Additional color code for headers. By default this is used to make headers bold.

null: string

Color for null and undefined values.

number: string

Color code for values of type number and bigint.

other: string

Color for circular references, abbreviated arrays and the tag for objects with null prototypes. This is only effective for when NodeJS' inspect function is passed as formatCell.

reset: string

Reset any color codes or other formatting.

string: string

Color for strings inside of JSON. Plain string cells have no color.

symbol: string

Color for values of type string.

Generated using TypeDoc