package fmlib_browser

  1. Overview
  2. Docs
Write web applications for the browser in elm style

Install

Dune Dependency

Authors

Maintainers

Sources

0.5.11.tar.gz
sha256=987144e79a5ab8544a9cac669284ef7610a70c3362d4f55e5d27e4f33b49a1b9

doc/fmlib_browser/Fmlib_browser/Event_flag/index.html

Module Fmlib_browser.Event_flagSource

Event flags to stop propagation and prevent default action.

Sourcetype prevent
Sourcetype stop
Sourceval prevent : prevent

Prevent default handling.

Sourceval no_prevent : prevent

Do not prevent default handling.

Sourceval stop : stop

Stop event propagation.

Sourceval no_stop : stop

Do not stop event propagation.

OCaml

Innovation. Community. Security.