<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [ChunkEventPayloads](./server.chunkeventpayloads.md) &gt; ["CHUNK.SPAWN"](./server.chunkeventpayloads._chunk.spawn_.md)

## ChunkEventPayloads."CHUNK.SPAWN" property

Emitted when a chunk is spawned.

**Signature:**

```typescript
[ChunkEvent.SPAWN]: {
        chunk: Chunk;
    };
```
