Event

reflex.event.Event

An event that describes any state change in the app.

Fields

PropDescription
token: str

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

name: str

The event name.

router_data: dict

The routing data where event occurred

payload: dict

The event payload.

Methods

SignatureDescription

Built with Reflex