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

Method show

src/Components/SectionComponent.js:112–116  ·  view source on GitHub ↗

* Show the section

()

Source from the content-addressed store, hash-verified

110 * Show the section
111 */
112 show()
113 {
114 this.classList.remove('hidden-if-js');
115 this.isVisible = !this.isVisible;
116 }
117
118 /**
119 * Toggle between hide and show

Callers 1

toggleMethod · 0.95

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected