virtual_dom.keyboard
Help_text.Command
A Command.t represents the help text for a single command.
Command.t
virtual_dom
virtual_dom.css_gen
virtual_dom.html5_history
virtual_dom.input_widgets
virtual_dom.layout
virtual_dom.svg
virtual_dom.tyxml
virtual_dom.ui_effect
virtual_dom.vdom_test_helpers
type t = {
keys : Keystroke.t list;
description : string;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0.Sexp.t -> t
val sexp_of_t : t -> Sexplib0.Sexp.t
module Format : sig ... end
val view : t -> View_spec.t -> Format.t -> Virtual_dom.Vdom.Node.t
view displays a help text line for a single command. For instance, this can be used to display the help text for opening a help menu.
view