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

Method create

src/tooltip.rs:56–62  ·  view source on GitHub ↗
(props: Self::Properties, link: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

54 type Properties = TooltipProps;
55
56 fn create(props: Self::Properties, link: ComponentLink<Self>) -> Self {
57 Self {
58 link,
59 label: props.label,
60 // onsignal: props.onsignal,
61 }
62 }
63
64 fn update(&mut self, msg: Self::Message) -> ShouldRender {
65 match msg {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected