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

Method change

src/fab.rs:64–68  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

62 }
63
64 fn change(&mut self, props: Self::Properties) -> ShouldRender {
65 self.label = props.label;
66 // self.onsignal = props.onsignal;
67 true
68 }
69
70 fn view(&self) -> Html {
71 // onclick=self.link.callback(|_| Msg::Clicked)>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected