Members
(static) observedAttributes
Set observable values here. When Changed, attributeChangedCallback is invoked
Methods
(static) test()
FOR TESTING PURPOSES
attributeChangedCallback()
Called with .setAttribute(...) function call
connectedCallback()
This function is called when this is attached to DOM
disconnectedCallback()
Invoked When component is removed. Usually with a .remove() function call