Members
(static) observedAttributes
Set observable values here. When Changed, attributeChangedCallback is invoked
Methods
attributeChangedCallback()
Called with .setAttribute(...) function call
configure(data)
configure the instance object and artifacts
Parameters:
Name | Type | Description |
---|---|---|
data |
string | use data if exist else use 'this.properties.cfg' parameter |
connectedCallback()
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
message()
PROCESS JSON MESSAGES
refresh()
refresh a page
show()
show a page
tester()
for testing only