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

Method change

src/card.rs:83–87  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

81 }
82
83 fn change(&mut self, props: Self::Properties) -> ShouldRender {
84 self.label = props.label;
85 // self.onsignal = props.onsignal;
86 true
87 }
88
89 fn view(&self) -> Html {
90 html! {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected