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

Method create

src/tabs/tab_bar.rs:42–49  ·  view source on GitHub ↗
(props: Self::Properties, _: ComponentLink<Self>)

Source from the content-addressed store, hash-verified

40 type Properties = TabBarProps;
41
42 fn create(props: Self::Properties, _: ComponentLink<Self>) -> Self {
43 // TabBar::ensure_loaded();
44 Self {
45 props,
46 node_ref: NodeRef::default(),
47 activated_listener: None,
48 }
49 }
50
51 fn update(&mut self, _msg: Self::Message) -> ShouldRender {
52 false

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected