# `PhoenixKit.Users.CustomFields.Events`
[🔗](https://github.com/BeamLabEU/phoenix_kit/blob/v1.7.165/lib/phoenix_kit/users/custom_fields/events.ex#L1)

PubSub event broadcasting for custom field changes.

Allows different parts of the application to react to custom field
modifications in real-time.

# `broadcast_field_deleted`

Broadcast that a custom field was deleted.

# `broadcast_fields_changed`

Broadcast that custom fields have changed (added, updated, reordered).

# `subscribe`

Subscribe to custom field change events.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
