package virtual_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

v0.17.0.tar.gz
sha256=812711b4d5ce634a413580cd7096482de8d71abec9ae37bb01f7c0dcec2968ec

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.