# {py:mod}`simvx.core.input.web_events` ```{py:module} simvx.core.input.web_events ``` ```{autodoc2-docstring} simvx.core.input.web_events :allowtitles: ``` ## Module Contents ### Functions ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`route_browser_events ` - ```{autodoc2-docstring} simvx.core.input.web_events.route_browser_events :summary: ``` ```` ### Data ````{list-table} :class: autosummary longtable :align: left * - {py:obj}`log ` - ```{autodoc2-docstring} simvx.core.input.web_events.log :summary: ``` * - {py:obj}`__all__ ` - ```{autodoc2-docstring} simvx.core.input.web_events.__all__ :summary: ``` ```` ### API ````{py:data} log :canonical: simvx.core.input.web_events.log :value: > 'getLogger(...)' ```{autodoc2-docstring} simvx.core.input.web_events.log ``` ```` ````{py:function} route_browser_events(router: simvx.core.input.router.InputRouter, events: collections.abc.Iterable[dict[str, typing.Any]]) -> None :canonical: simvx.core.input.web_events.route_browser_events ```{autodoc2-docstring} simvx.core.input.web_events.route_browser_events ``` ```` ````{py:data} __all__ :canonical: simvx.core.input.web_events.__all__ :value: > ['route_browser_events'] ```{autodoc2-docstring} simvx.core.input.web_events.__all__ ``` ````