Skip to content

Commit

Permalink
README update for new third changes parameter on fetch methods.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElliotNB committed Nov 12, 2018
1 parent 4c3ad1d commit 13ce906
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 @@ -161,6 +161,7 @@ The following methods are implemented by Nimbly components.
* *Parameters:*
* `resolve` - Function, required, invoked if the `_fetch*` method is successful in retrieving data and updating `this.data`.
* `reject` - Function, required, invoked if the `_fetch*` method is unsuccessful in retrieving data and updating `this.data`.
* `changes` - Array of objects, optional, if the `_fetch*` method is invoked as a result of a `dataBinding` a copy of the changes that triggered the `dataBinding` is passed along via this parameter.
* *Returns:* Nothing.

### Lifecycle Hooks
Expand Down

0 comments on commit 13ce906

Please sign in to comment.