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

Method create

src/top_app_bar/action_items.rs:25–27  ·  view source on GitHub ↗
(props: Self::Properties, _: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected