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

Method change

src/chip.rs:75–79  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected