Skip to content

Commit 01abda0

Browse files
committed
Add information about actionsWhitelist parameter
1 parent 2280165 commit 01abda0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
- **deserializeAction(action): transformedAction** (*function*) - optional transformation of actions deserialized from debug session (useful if actions are not plain object. Example: immutable-js action payload)
8787
- action, transformedAction - Redux action objects
8888
- **actionsBlacklist** (*array*) - actions to be hidden in DevTools. Overwrites corresponding global setting in the options page.
89+
- **actionsWhitelist** (*array*) - all other actions will be hidden in DevTools. Overwrites corresponding global setting in the options page.
8990
- **actionsFilter** (*function*) - function which takes `action` object and id number as arguments, and should return `action` object back. See the example bellow.
9091
- **statesFilter** (*function*) - function which takes `state` object and index as arguments, and should return `state` object back.
9192
Example of usage:

0 commit comments

Comments
 (0)