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

Method create

src/card.rs:66–72  ·  view source on GitHub ↗
(props: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

64 type Properties = CardProps;
65
66 fn create(props: Self::Properties, link: ComponentLink<Self>) -> Self {
67 Self {
68 link,
69 label: props.label,
70 // onsignal: props.onsignal,
71 }
72 }
73
74 fn update(&mut self, msg: Self::Message) -> ShouldRender {
75 match msg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected