* Override in subclass to adjust the element when it is being added to * the DOM. Could e.g. be used to add a listener. Notice, that this * callback is called immediately after `buildCallback()` if the element * is attached to the DOM.
()
| 448 | * is attached to the DOM. |
| 449 | */ |
| 450 | attachedCallback() { |
| 451 | // Subclasses may override. |
| 452 | } |
| 453 | |
| 454 | /** |
| 455 | * Override in subclass to adjust the element when it is being removed from |