MCPcopy Index your code
hub / github.com/WebReflection/wicked-elements / attributeChanged

Method attributeChanged

index.d.ts:23–23  ·  view source on GitHub ↗

* 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
  )

Source from the content-addressed store, hash-verified

21 * if `observedAttributes` is not defined, for any attribute changes.
22 */
23 attributeChanged?(
24 attributeName: string,
25 newValue: string | null,
26 oldValue: string | null

Callers 10

OFunction · 0.80
min.jsFile · 0.80
SFunction · 0.80
handleFunction · 0.80
attributeChangedCallbackFunction · 0.80
setFunction · 0.80
attributeChangedCallbackFunction · 0.80
setFunction · 0.80
attributeChangedCallbackFunction · 0.80
setFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected