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

Method change

src/icon.rs:40–44  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

38 }
39
40 fn change(&mut self, props: Self::Properties) -> ShouldRender {
41 // self.label = props.label;
42 // self.onsignal = props.onsignal;
43 true
44 }
45
46 fn view(&self) -> Html {
47

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected