MCPcopy Index your code
hub / github.com/EasyWebApp/WebCell / attributeChangedCallback

Method attributeChangedCallback

source/decorator.tsx:84–88  ·  view source on GitHub ↗
(name: string, old: string, value: string)

Source from the content-addressed store, hash-verified

82 }
83
84 attributeChangedCallback(name: string, old: string, value: string) {
85 this[toCamelCase(name)] = parseJSON(value);
86
87 super['attributeChangedCallback']?.(name, old, value);
88 }
89
90 syncPropAttr(name: string) {
91 let value = this[toCamelCase(name)];

Callers 1

setAttributeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected