package quickterface

  1. Overview
  2. Docs

Module Quickterface_web_app_backend.ClassSource

module Js = Js_of_ocaml.Js
Sourcetype t =
  1. | Main_container
  2. | Log_container
  3. | Log_item
  4. | Text_prompt_label
  5. | Input_container_form
  6. | Input_submit_button
  7. | Input_multiselect_container
  8. | Output_math
  9. | Progress_bar_item
  10. | Progress_bar_label
  11. | Progress_bar_bar_container
  12. | Progress_bar_bar_fill_in_progress
  13. | Progress_bar_bar_fill_completed
  14. | Progress_bar_progress_label
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval to_prefixed_string : t -> string
Sourceval to_js_string : t -> Js.js_string Js.t