Skip to content

Commit

Permalink
Add information about actionsWhitelist parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
zalmoxisus committed May 23, 2016
1 parent 2280165 commit 01abda0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@
- **deserializeAction(action): transformedAction** (*function*) - optional transformation of actions deserialized from debug session (useful if actions are not plain object. Example: immutable-js action payload)
- action, transformedAction - Redux action objects
- **actionsBlacklist** (*array*) - actions to be hidden in DevTools. Overwrites corresponding global setting in the options page.
- **actionsWhitelist** (*array*) - all other actions will be hidden in DevTools. Overwrites corresponding global setting in the options page.
- **actionsFilter** (*function*) - function which takes `action` object and id number as arguments, and should return `action` object back. See the example bellow.
- **statesFilter** (*function*) - function which takes `state` object and index as arguments, and should return `state` object back.
Example of usage:
Expand Down

0 comments on commit 01abda0

Please sign in to comment.