Skip to content

WorldMutatedPayload

@whittakertech/mosaic / WorldMutatedPayload

Interface: WorldMutatedPayload

Defined in: world-tolerance.ts:17

Payload for the mosaic:world:mutated event (#15).

Properties

affectedNodeCount

affectedNodeCount: number;

Defined in: world-tolerance.ts:25

Count of distinct participating elements added and/or removed.


mutationType

mutationType: "added" | "removed" | "mixed";

Defined in: world-tolerance.ts:22

Whether the debounced batch contained only additions, only removals, or both.