Update package info

This commit is contained in:
Ann Balina 2020-11-20 01:51:16 +02:00
parent 4d6ccc52cc
commit 867a497d91

View File

@ -146,6 +146,7 @@ Their full signatures are:
- `isCustomNode: function(value)` - overrides the default object type detection and renders the value as a single value - `isCustomNode: function(value)` - overrides the default object type detection and renders the value as a single value
- `collectionLimit: number` - sets the number of nodes that will be rendered in a collection before rendering them in collapsed ranges - `collectionLimit: number` - sets the number of nodes that will be rendered in a collection before rendering them in collapsed ranges
- `keyPath: (string | number)[]` - overrides the initial key path for the root node (defaults to `[root]`) - `keyPath: (string | number)[]` - overrides the initial key path for the root node (defaults to `[root]`)
- `onExpand: function(data, level, keyPath)` - on expand callback
### Credits ### Credits