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

Method change

src/dialog.rs:111–118  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

109 }
110
111 fn change(&mut self, props: Self::Properties) -> bool {
112 if self.props != props {
113 self.props = props;
114 true
115 } else {
116 false
117 }
118 }
119
120 fn view(&self) -> Html {
121 // open=self.props.open

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected