MCPcopy Create free account
hub / github.com/adearriba/ShopifyCheckoutJS / created

Method created

src/Components/Field.js:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 created(){
111 this.addEventListener("input", this.changed);
112
113 let event = new CustomEvent(`checkout:${this.componentType}:created`, { detail: this });
114 document.dispatchEvent(event);
115 }
116
117 changed(innerEvent){
118 let input = this.querySelector(this.selectors.input);

Callers 3

constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected