<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [server](./server.md) &gt; [WorldEventPayloads](./server.worldeventpayloads.md) &gt; ["WORLD.SET\_SKYBOX\_URI"](./server.worldeventpayloads._world.set_skybox_uri_.md)

## WorldEventPayloads."WORLD.SET\_SKYBOX\_URI" property

Emitted when the URI of the world's skybox is set.

**Signature:**

```typescript
[WorldEvent.SET_SKYBOX_URI]: {
        world: World;
        uri: string;
    };
```
