package virtual_dom

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Keyboard_event_handler.Command

type 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;
}
val get_help_text : t -> Help_text.Command.t
OCaml

Innovation. Community. Security.