* Triggered when an attribute in the `observedAttributes` list changes or, * if `observedAttributes` is not defined, for any attribute changes.
(
attributeName: string,
newValue: string | null,
oldValue: string | null
)
| 21 | * if `observedAttributes` is not defined, for any attribute changes. |
| 22 | */ |
| 23 | attributeChanged?( |
| 24 | attributeName: string, |
| 25 | newValue: string | null, |
| 26 | oldValue: string | null |
no outgoing calls
no test coverage detected