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

Method change

src/icon_button.rs:55–59  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

53 }
54
55 fn change(&mut self, props: Self::Properties) -> ShouldRender {
56 self.label = props.label;
57 // self.onsignal = props.onsignal;
58 true
59 }
60
61 fn view(&self) -> Html {
62 // html! {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected