Guest User

Untitled

a guest
Jun 21st, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. callback, summary 
  2. constructor, initialize state or shadowRoot if needed
  3. connectedCallback, Will be called when element is added to DOM
  4. disconnctedCallback, Will be called when element is removed from DOM
  5. attributeChangedCallback, Will be called when attribute of the element change
Add Comment
Please, Sign In to add comment