Binds to `close` method. See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details
(&self)
| 361 | /// |
| 362 | /// See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details |
| 363 | pub fn close(&self) { |
| 364 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 365 | // .node_ref |
| 366 | // .cast::<Menu>() |
| 367 | // .unwrap() |
| 368 | // .close(); |
| 369 | } |
| 370 | |
| 371 | /// Setter method for `anchor`. |
| 372 | pub fn set_anchor(&self, anchor: web_sys::HtmlElement) { |
nothing calls this directly
no outgoing calls
no test coverage detected