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

Method hide

src/Components/SectionComponent.js:103–107  ·  view source on GitHub ↗

* Hide the section

()

Source from the content-addressed store, hash-verified

101 * Hide the section
102 */
103 hide()
104 {
105 this.classList.add('hidden-if-js');
106 this.isVisible = !this.isVisible;
107 }
108
109 /**
110 * Show the section

Callers 1

toggleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected