()
| 22878 | return this.topDownArray.filter(particle => particle.doesExtend("htmlTagParser") && particle.has("class") && particle.getParticle("class").atoms.includes(className)) |
| 22879 | } |
| 22880 | getShadowClass() { |
| 22881 | return this.parent.getShadowClass() |
| 22882 | } |
| 22883 | // todo: should not be here |
| 22884 | getStumpParticleParticleComponent() { |
| 22885 | return this._particleComponent || this.parent.getStumpParticleParticleComponent() |