Setter method for `anchor`.
(&self, anchor: web_sys::HtmlElement)
| 370 | |
| 371 | /// Setter method for `anchor`. |
| 372 | pub fn set_anchor(&self, anchor: web_sys::HtmlElement) { |
| 373 | // (*self.borrow().as_ref().unwrap().get_component().unwrap()) |
| 374 | // .node_ref |
| 375 | // .cast::<Menu>() |
| 376 | // .unwrap() |
| 377 | // .set_anchor(&anchor); |
| 378 | } |
| 379 | } |
nothing calls this directly
no outgoing calls
no test coverage detected