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

Method change

src/menu.rs:215–222  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

213 }
214
215 fn change(&mut self, props: Self::Properties) -> bool {
216 if self.props != props {
217 self.props = props;
218 true
219 } else {
220 false
221 }
222 }
223
224 // open=self.props.open
225 // corner=self.props.corner.to_string()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected