package virtual_dom

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

Module Variable_keyboard_event_handler.Variable_handler_actionSource

Sourcetype 'env t =
  1. | Command of 'env Variable_handler_command.t
  2. | Disabled_key of Keystroke.t
Sourceval get_help_text : _ t -> Help_text.Command.t