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

Method close

src/dialog.rs:212–218  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

210 }
211
212 pub fn close(&self) {
213 // (*self.borrow().as_ref().unwrap().get_component().unwrap())
214 // .node_ref
215 // .cast::<Dialog>()
216 // .unwrap()
217 // .close()
218 }
219}
220
221// fn action_from_event(event: &Event) -> String {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected