[−][src]Trait webcomponent::CustomElement
Required methods
Loading content...Provided methods
fn register(name: &str) where
Self: Sized + Sync + Send + 'static,
Self: Sized + Sync + Send + 'static,
fn created(&mut self)
fn connected(&mut self)
fn disconnected(&mut self)
fn attribute_changed(
&mut self,
_name: JSValue,
_old_value: JSValue,
_new_value: JSValue
)
&mut self,
_name: JSValue,
_old_value: JSValue,
_new_value: JSValue
)