Reflex Logo
Docs Logo
Api Reference

/

Event

Event

reflex_core.event.Event

An event that describes any state change in the app.

Attributes: token: The token to specify the client that the event is for. name: The event name. router_data: The routing data where event occurred. payload: The event payload.

Fields

PropDescription
token: str

The token to specify the client that the event is for.

name: str

The event name.

router_data: dict[str, typing.Any] = <class 'dict'>

The routing data where event occurred.

payload: dict[str, typing.Any] = <class 'dict'>

The event payload.

Methods

SignatureDescription
Built with Reflex