MCPcopy Create free account
hub / github.com/Monogatari/Monogatari / apply

Method apply

src/actions/Particles.ts:90–92  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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) {

Callers 1

onLoadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected