Members
(static) observedAttributes
Set observable values here. When Changed, attributeChangedCallback is invoked
Methods
_update()
Invoked When component is removed. Usually with a .remove() function call
attributeChangedCallback()
Called with .setAttribute(...) function call
configure()
configure the instance object and artifacts
connectedCallback()
This function is called when this is attached to DOM
destroy()
Destroy the instance object and artifacts
disconnectedCallback()
Invoked When component is removed. Usually with a .remove() function call