Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adearriba/ShopifyCheckoutJS
/ value
Method
value
src/Components/Field.js:172–174 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
170
}
171
172
get value(){
173
return
this.querySelector(this.selectors.input).value;
174
}
175
176
set value(val){
177
let
input = this.querySelector(this.selectors.input);
Callers
nothing calls this directly
Calls
1
changed
Method · 0.95
Tested by
no test coverage detected