new Review(props)
A component for a single review with name, timestamp, rating, comment
Parameters:
Name | Type | Description |
---|---|---|
props |
ReviewProps |
- Source:
Type Definitions
ReviewProps
Properties:
Name | Type | Description |
---|---|---|
index |
int |
index of review within the larger list of reviews |
reviewer |
String |
name of the person who left the review |
name |
String |
dish name |
dishid |
int |
dishid of dish being reviewed |
rating |
int |
star rating of review from 1 to 5 |
timestamp |
BigInt |
timestamp of review in milliseconds |
comment |
String |
comment of review |
navigation |
Object |
Stack Navigation object |
- Source: