Type Definitions
OptionsRenderJSON
Type:
Properties- object
 
| Name | Type | Description | 
|---|---|---|
hide | string | todo  | 
show | string | todo  | 
max_string_length | number | The maximum length of a string to be displayed.  | 
collapse_msg | function | A function that takes in a number and returns a string.  | 
replacer | function | A function that takes in a key and a value and returns a value.  | 
property_list | Array | An array of properties to be displayed.  | 
show_to_level | number | 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.  | 
- Source