yew_stdweb::html

Type Alias ComponentLink

Source
pub type ComponentLink<COMP> = Scope<COMP>;
Expand description

Link to component’s scope for creating callbacks.

Aliased Type§

struct ComponentLink<COMP> { /* private fields */ }