hydrate(*args: Any, **kwargs: Any) -> 'EventSpec' | An 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. |
set_is_hydrated(*args: Any, **kwargs: Any) -> 'EventSpec' | An 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. |
setvar(*args: 'Any') -> 'EventSpec' | A special event handler to wrap setvar functionality. |