Module: Menu

React functional component that displays a menu database table and provides CRUD functionality for menu items.
Source:

Methods

(inner) Menu(props) → {JSX.Element}

React functional component that displays a menu database table and provides CRUD functionality for menu items.
Parameters:
Name Type Description
props Props Props for the component.
Source:
Returns:
The JSX element for the component.
Type
JSX.Element

Type Definitions

Props

Type:
  • Object
Properties:
Name Type Description
isManager boolean Indicates if the user is a manager.
Source: