Class: Icon

Icon()

Icon Component




DEMO

Constructor

new Icon()

Source:

Members

(static) observedAttributes

Set observable values here. When Changed, attributeChangedCallback is invoked
Source:

Methods

attributeChangedCallback()

Called with .setAttribute(...) function call
Source:

configure()

configure the instance object and artifacts
Source:

connectedCallback()

This function is 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:

template()

This function is called get component template
Source: