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

Method change

src/circular_progress.rs:52–56  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

50 }
51
52 fn change(&mut self, props: Self::Properties) -> ShouldRender {
53 // self.label = props.label;
54 // self.onsignal = props.onsignal;
55 true
56 }
57
58 fn view(&self) -> Html {
59 // onclick=self.link.callback(|_| Msg::Clicked)>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected