(stumpParticleToMountOn, htmlCode, index)
| 24719 | delete this._cssStumpParticle |
| 24720 | } |
| 24721 | _mountHtml(stumpParticleToMountOn, htmlCode, index) { |
| 24722 | this._htmlStumpParticle = stumpParticleToMountOn.insertChildParticle(htmlCode, index) |
| 24723 | this._htmlStumpParticle.setStumpParticleParticleComponent(this) |
| 24724 | } |
| 24725 | renderAndGetRenderReport(stumpParticle, index) { |
| 24726 | const isUpdateOp = this.isMounted() |
| 24727 | let particleComponentUpdateReport = { |
no test coverage detected