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

Method change

src/linear_progress.rs:49–53  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

47 }
48
49 fn change(&mut self, props: Self::Properties) -> ShouldRender {
50 // self.label = props.label;
51 // self.onsignal = props.onsignal;
52 true
53 }
54
55
56// indeterminate?=to_option(props.indeterminate)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected