()
| 88 | } |
| 89 | |
| 90 | override async apply(): Promise<void> { |
| 91 | await tsParticles.load({ id: 'tsparticles', options: this.particles }); |
| 92 | } |
| 93 | |
| 94 | override async didApply({ updateHistory = true, updateState = true } = {}): Promise<ActionApplyResult> { |
| 95 | if (updateHistory === true) { |