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

Method create

src/icon_button_toggle/on_icon.rs:27–29  ·  view source on GitHub ↗
(props: Self::Properties, _: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

25 type Properties = OnIconButtonToggleProps;
26
27 fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self {
28 Self { props }
29 }
30
31 fn update(&mut self, _msg: Self::Message) -> bool {
32 false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected