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

Method change

src/tabs/tab_bar.rs:55–58  ·  view source on GitHub ↗
(&mut self, props: Self::Properties)

Source from the content-addressed store, hash-verified

53 }
54
55 fn change(&mut self, props: Self::Properties) -> bool {
56 self.props = props;
57 true
58 }
59
60 fn view(&self) -> Html {
61 // activeIndex=self.props.active_index

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected