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

Method change

src/tabs/tab.rs:68–71  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

66 }
67
68 fn change(&mut self, props: Self::Properties) -> bool {
69 self.props = props;
70 true
71 }
72
73 fn view(&self) -> Html {
74 // label=self.props.label

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected