You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

People.md 537 B

12345678910111213141516171819202122
  1. # People.js
  2. ### Refs
  3. | Refs names | Details |
  4. |:---------------|:--------|
  5. | `name` | Name of the person |
  6. | `email` | Email of the person |
  7. | `amount` | Amount of money paid by the person |
  8. ### Relevant variables
  9. | Variable names | Details |
  10. |:---------------|:--------|
  11. | `req` | An object containing `name`, `email`, and `amount` from the above |
  12. | `infoToSend` | An object containing `{this.props.id}` in `id` and `req` in `info` |
  13. ### Props
  14. | Props name | Details |
  15. |:---------------|:--------|
  16. | `info` | Just `infoToSend` |