mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2025-07-27 08:30:02 +03:00
Update
This commit is contained in:
parent
d6fab5e273
commit
9a84c42b73
|
@ -144,7 +144,7 @@ Their full signatures are:
|
||||||
- `sortObjectKeys: boolean | function(a, b)` - sorts object keys with compare function (optional). Isn't applied to iterable maps like `Immutable.Map`.
|
- `sortObjectKeys: boolean | function(a, b)` - sorts object keys with compare function (optional). Isn't applied to iterable maps like `Immutable.Map`.
|
||||||
- `postprocessValue: function(value)` - maps `value` to a new `value`
|
- `postprocessValue: function(value)` - maps `value` to a new `value`
|
||||||
- `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 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]`)
|
||||||
|
|
||||||
### Credits
|
### Credits
|
||||||
|
|
Loading…
Reference in New Issue
Block a user