package virtual_dom

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

Install

Dune Dependency

Authors

Maintainers

Sources

virtual_dom-v0.16.0.tar.gz
sha256=0c6f07894dce56db88d46b3aa4f2cad1a84aeaf0009560a285492f9f2959d565

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.