new DishPage(props)
A page to view aa dish and its information, reviews and chef
Parameters:
Name | Type | Description |
---|---|---|
props |
DishPageProps |
- Source:
Type Definitions
DishPageProps
Properties:
Name | Type | Description |
---|---|---|
Dish |
Dish |
dish object defined in Dish.js |
visible |
boolean |
set visibility of modal |
dishid |
int |
dishid of the given dish |
hideModal |
function |
function to hide the given component |
navigation |
Object |
Stack Navigation Object |
- Source: