()
| 24534 | this.particleComponentDidUnmount() |
| 24535 | } |
| 24536 | _removeHtml() { |
| 24537 | this._htmlStumpParticle.removeStumpParticle() |
| 24538 | delete this._htmlStumpParticle |
| 24539 | } |
| 24540 | toStumpCode() { |
| 24541 | return `div |
| 24542 | class ${this.getCssClassNames().join(" ")}` |
no test coverage detected