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

Method input

src/Methods/SelectionMethod.js:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 get input(){
27 let input = this.querySelector('input');
28 if(!input) return Error(`No input found for the ${this.type} method`);
29 return input;
30 }
31
32 get label(){
33 return this.querySelector('.radio__label').textContent;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected