package fmlib_browser

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

0.6.1.tar.gz
sha256=22d5648fe40ab6c6106ee4c7092db6f3547b721c299092dd12f092a307c8ac59

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

Flag type to prevent default action.

Sourcetype stop

Flag type to stop propagation.

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.