restaurant-menu-challenge - v0.1.0
Preparing search index...
types
MenuStore
Type Alias MenuStore
Store global com detalhes do menu do restaurante.
type
MenuStore
=
{
fetchMenu
:
()
=>
Promise
<
void
>
;
isLoading
:
boolean
;
menu
:
Menu
|
null
;
}
Index
Properties
fetch
Menu
is
Loading
menu
Properties
fetch
Menu
fetchMenu
:
()
=>
Promise
<
void
>
is
Loading
isLoading
:
boolean
menu
menu
:
Menu
|
null
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
fetch
Menu
is
Loading
menu
restaurant-menu-challenge - v0.1.0
Loading...
Store global com detalhes do menu do restaurante.