Members
(static) observedAttributes
Set observable values here. When Changed, attributeChangedCallback is invoked
Methods
_click()
_fetchAttributes(modalopt)
Component attributes are _fetched and defaults are set if undefined
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
modal |
string |
<optional> |
true | mode for our table |
_fetchElements()
Stores DOM elements of interest for future use
_finalize()
SAVE DATA FOR ANALYTICS
_initialize()
SAVE DATA FOR ANALYTICS
_publish()
Publish all events
_trasferAttr(elem1, elem2)
Parameters:
Name | Type | Description |
---|---|---|
elem1 |
string | |
elem2 |
string |
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