MCPcopy Create free account
hub / github.com/breck7/scroll / getShadow

Method getShadow

external/.scrollLibs.js:22834–22840  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22832 return this.get("type") === "checkbox"
22833 }
22834 getShadow() {
22835 if (!this._shadow) {
22836 const shadowClass = this.getShadowClass()
22837 this._shadow = new shadowClass(this)
22838 }
22839 return this._shadow
22840 }
22841 insertCssChildParticle(text, index) {
22842 return this.insertChildParticle(text, index)
22843 }

Calls 1

getShadowClassMethod · 0.95

Tested by

no test coverage detected