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

Method create

src/radio.rs:52–59  ·  view source on GitHub ↗
(props: Self::Properties, _: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

50 type Properties = RadioProps;
51
52 fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self {
53 // Radio::ensure_loaded();
54 Self {
55 props,
56 node_ref: NodeRef::default(),
57 change_listener: None,
58 }
59 }
60
61 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
62 false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected