package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. keys : Keystroke.t list;
    (*

    Descriptions can be displayed using Vdom_keyboard.Help_text.

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