---
title: Event Stream Settings Widget
---

The Event Stream Settings widget renders a user interface for managing per-user preferences that influence how someone participates in Event Streams, such as their display username and location-sharing permission.

## Widget Name

`WIDGET_EVENT_STREAM_SETTINGS` (`"EventStreamSettings"`)

**Category**: `data`
**Visible in catalog**: yes

## Configuration

The widget has no configurable data properties. It is rendered as-is and reads and writes user-scoped preferences internally.

## Example Configuration

```typescript
// Widget data object for the EventStreamSettings widget
const eventStreamSettingsWidgetData = {};
```

## Related

- [Widget System](../../developer/widget-system.md)
