Members
(static) observedAttributes
Set observable values here. When Changed, attributeChangedCallback is invoked
- Source:
Methods
(static) test()
- Source:
_add()
- Source:
_fetchAttributes()
Component attributes are _fetched and defaults are set if undefined
- Source:
_fetchElements()
Stores DOM elements of interest for future use
- Source:
_finalize()
Save data for analytics and final wrap up
- Source:
_initialize()
Initialize component
- Source:
_process()
_process the instance object and artifacts
- Source:
_prune()
- Source:
_publish()
- Source:
_setup()
- Source:
_subscribe()
Subscribe all to events of interest
- Source:
_template()
- Source:
attributeChangedCallback()
Called with .setAttribute(...) function call
- Source:
configure(data)
configure the instance object and artifacts
Parameters:
Name | Type | Description |
---|---|---|
data |
string | use data if exist else use 'this.properties.cfg' parameter |
- Source:
connectedCallback()
Called when this is attached to DOM
- Source:
destroy()
Destroy the instance object and artifacts
- Source:
disconnectedCallback()
Invoked When component is removed. Usually with a .remove() function call
- Source: