For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
Reflex Logo
Docs Logo
Api Reference

/

Event

Event

reflex_base.event.Event

An event that describes any state change in the app.

Fields

PropDescription
name: str

The event name.

router_data: dict[str, Any] = {}

The routing data where event occurred.

payload: dict[str, Any] = {}

The event payload.

Methods

SignatureDescription
from_event_type(events: Optional[IndividualEventType | list[IndividualEventType]], *, router_data: Optional[dict[str, Any]] = None) -> list[Event]Create a list of Events from event-like objects.
Built with Reflex