()
| 24603 | this._mountHtml(stumpParticleToMountOn, this._toLoadedOrLoadingStumpCode(), currentIndex) |
| 24604 | } |
| 24605 | unmountAndDestroy() { |
| 24606 | this.unmount() |
| 24607 | return this.destroy() |
| 24608 | } |
| 24609 | // todo: move to keyword particle class? |
| 24610 | toggle(cue, contentOptions) { |
| 24611 | const currentParticle = this.getParticle(cue) |
no test coverage detected