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