Reflex Logo

Intro

Gallery

Hosting

Learn

Components

Recipes

API Reference

Onboarding

Api-reference

/

Eventhandler

reflex.event.EventHandler

An event handler responds to an event to update the state.

PropDescription
fn: Any

The function to call in response to the event.

state_full_name: str

The full name of the state class this event handler is attached to. Empty string means this event handler is a server side event.

SignatureDescription

Did you find this useful?

HomeGalleryChangelogIntroductionHosting