MCPcopy Create free account
hub / github.com/angular-rust/yew-components / show

Method show

src/menu.rs:352–358  ·  view source on GitHub ↗

Binds to `show` method. See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details

(&self)

Source from the content-addressed store, hash-verified

350 ///
351 /// See [here](https://github.com/material-components/material-components-web-components/tree/master/packages/menu#methods) for details
352 pub fn show(&self) {
353 // (*self.borrow().as_ref().unwrap().get_component().unwrap())
354 // .node_ref
355 // .cast::<Menu>()
356 // .unwrap()
357 // .show();
358 }
359
360 /// Binds to `close` method.
361 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected