Constructor
# <LayerPanelMenu handleMenuClose open anchorEl children layer />
PropTypes:
| Name | Type | Required | Description | Default | 
|---|---|---|---|---|
handleMenuClose | 
          func | No | A callback for handling a menuClose | |
open | 
          bool | No | A boolean that will show/hide the list item's menu | |
anchorEl | 
          object | No | dom node that is the target of the LayerPanelMenu | |
children | 
          array | No | An array of nodes i.e. @material-ui-core/MenuItem | |
layer | 
          object | No | An openlayers `ol.layer` | 
- Since:
 - 0.5.0