# RenderContext

`interface` in `types` · v0.8.0-next.6

<https://docs.seedcord.org/packages/types/0.8.0-next.6/interfaces/render-context>

Context passed into a denial's render. Built fresh per render so a reported fault's reply shows the same uuid the framework logs and puts on the bus.

```ts
interface RenderContext
```

## Properties

### developerUsername

```ts
readonly developerUsername: string
```

Contact name a generic fault reply points the user to, from `notifications.developerUsername`.

### uuid

```ts
readonly uuid: UUID
```
