package virtual_dom

  1. Overview
  2. Docs
OCaml bindings for the virtual-dom library

Install

Dune Dependency

Authors

Maintainers

Sources

v0.15.1.tar.gz
sha256=7f1fa83287458114c5b0cab8aae00d69972d15e1d20a446ce13f246aacef3216

doc/virtual_dom.keyboard/Vdom_keyboard/Keyboard_event_handler/Command/index.html

Module Keyboard_event_handler.CommandSource

Sourcetype t = {
  1. keys : Keystroke.t list;
    (*

    Descriptions can be displayed using Vdom_keyboard.Help_text.

    *)
  2. description : string;
  3. group : Vdom_keyboard__.Grouped_help_text.Group_name.t option;
  4. handler : Handler.t;
}
Sourceval get_help_text : t -> Help_text.Command.t
OCaml

Innovation. Community. Security.