# RenderContext

`interface` in `types` · v0.13.0

<https://docs.seedcord.org/packages/types/0.13.0/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`.

### dispatch

```ts
readonly dispatch: DispatchBag
```

The bag for this dispatch. The same instance the handler, its gates, and its middleware hold.

### uuid

```ts
readonly uuid: UUID
```
