reflex.event.EventHandler
Field | Description |
---|
Field | Description |
---|---|
fn | The function to call in response to the event. |
Signature | Description |
---|---|
Config() | The Pydantic config. |
__call__(self, *args: 'Var') -> 'EventSpec' | Pass arguments to the handler to get an event spec. This method configures event handlers that take in arguments. |