()
| 24714 | return this.root.willowBrowser.getHeadStumpParticle() |
| 24715 | } |
| 24716 | _removeCss() { |
| 24717 | if (!this._cssStumpParticle) return this |
| 24718 | this._cssStumpParticle.removeCssStumpParticle() |
| 24719 | delete this._cssStumpParticle |
| 24720 | } |
| 24721 | _mountHtml(stumpParticleToMountOn, htmlCode, index) { |
| 24722 | this._htmlStumpParticle = stumpParticleToMountOn.insertChildParticle(htmlCode, index) |
| 24723 | this._htmlStumpParticle.setStumpParticleParticleComponent(this) |
no test coverage detected