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

Method addDescription

src/Methods/SelectionMethod.js:22–24  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

20 */
21 // eslint-disable-next-line no-unused-vars
22 addDescription(text){
23 throw new NotImplementedError();
24 }
25
26 get input(){
27 let input = this.querySelector('input');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected