Type Definitions

OptionsRenderJSON

Type:
  • object
Properties
NameTypeDescription
hidestring

todo

showstring

todo

max_string_lengthnumber

The maximum length of a string to be displayed.

collapse_msgfunction

A function that takes in a number and returns a string.

replacerfunction

A function that takes in a key and a value and returns a value.

property_listArray

An array of properties to be displayed.

show_to_levelnumber

The number of levels to expand when rendering. The default is 0, which starts with everything collapsed. As a special case, if level is the string "all" then it will start with everything expanded.