package virtual_dom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'env t =
  1. | Command of 'env Variable_handler_command.t
  2. | Disabled_key of Keystroke.t
val get_help_text : _ t -> Help_text.Command.t