package ocp_reveal
-
ocp_reveal
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type configuration = {
controls : bool;
progress : bool;
slide_number : bool;
history : bool;
keyboard : bool;
overview : bool;
center : bool;
touch : bool;
loop : bool;
rtl : bool;
fragments : bool;
embedded : bool;
help : bool;
show_notes : bool;
auto_slide : float;
auto_slide_stoppable : bool;
mouse_wheel : bool;
hide_address_bar : bool;
preview_links : bool;
transition : Slides.transition;
transition_speed : Slides.speed;
background_transition : Slides.transition;
view_distance : int;
remote : bool;
}
val default_global_config : configuration
val initialize : ?configuration:configuration -> unit -> unit