event_actions: dict[str, bool | int] = {} | Whether to preventDefault or stopPropagation on the event. |
Whether to preventDefault or stopPropagation on the event. |
handler: EventHandler = None | The event handler. |
The event handler. |
client_handler_name: str = '' | The handler on the client to process event. |
The handler on the client to process event. |
args: tuple[tuple[Var, Var], Ellipsis] = () | The arguments to pass to the function. |
The arguments to pass to the function. |