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

Method blur

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

Source from the content-addressed store, hash-verified

194 }
195
196 pub fn blur(&self) {
197 // (*self.borrow().as_ref().unwrap().get_component().unwrap())
198 // .node_ref
199 // .cast::<Dialog>()
200 // .unwrap()
201 // .blur()
202 }
203
204 pub fn show(&self) {
205 // (*self.borrow().as_ref().unwrap().get_component().unwrap())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected