Binds to `select` method. `index` is `JsValue` because `MWCMenuIndex` mentioned in mwc docs is completely undocumented. See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details
(&self, index: &JsValue)
| 339 | /// |
| 340 | /// See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details |
| 341 | pub fn select(&self, index: &JsValue) { |
| 342 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 343 | // .node_ref |
| 344 | // .cast::<Menu>() |
| 345 | // .unwrap() |
| 346 | // .select(index); |
| 347 | } |
| 348 | |
| 349 | /// Binds to `show` method. |
| 350 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected