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

Method update

src/datatable.rs:64–71  ·  view source on GitHub ↗
(&mut self, msg: Self::Message)

Source from the content-addressed store, hash-verified

62 }
63
64 fn update(&mut self, msg: Self::Message) -> ShouldRender {
65 match msg {
66 Msg::Clicked => {
67 // self.onsignal.emit(());
68 }
69 }
70 false
71 }
72
73 fn change(&mut self, props: Self::Properties) -> ShouldRender {
74 self.label = props.label;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected