Eventhandler
reflex_base.event.EventHandlerAn event handler responds to an event to update the state.
Attributes: fn: The function to call in response to the event. state: The state this EventHandler is directly attached to, if any.
For AI agents: the complete documentation index is at llms.txt. Markdown versions are available by appending .md or sending Accept: text/markdown.
reflex_base.event.EventHandlerAn event handler responds to an event to update the state.
Attributes: fn: The function to call in response to the event. state: The state this EventHandler is directly attached to, if any.