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

Method change

src/image_list.rs:73–77  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

71 }
72
73 fn change(&mut self, props: Self::Properties) -> ShouldRender {
74 self.label = props.label;
75 // self.onsignal = props.onsignal;
76 true
77 }
78
79 fn view(&self) -> Html {
80 // html! {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected