package ocp_reveal

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type configuration = {
  1. controls : bool;
  2. progress : bool;
  3. slide_number : bool;
  4. history : bool;
  5. keyboard : bool;
  6. overview : bool;
  7. center : bool;
  8. touch : bool;
  9. loop : bool;
  10. rtl : bool;
  11. fragments : bool;
  12. embedded : bool;
  13. help : bool;
  14. show_notes : bool;
  15. auto_slide : float;
  16. auto_slide_stoppable : bool;
  17. mouse_wheel : bool;
  18. hide_address_bar : bool;
  19. transition : Slides.transition;
  20. transition_speed : Slides.speed;
  21. background_transition : Slides.transition;
  22. view_distance : int;
  23. remote : bool;
}
val default_global_config : configuration
val initialize : ?configuration:configuration -> unit -> unit