Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type options = private Ojs.t
val create_options :
?mode:mode ->
?date:Js_date.t ->
?min_date:Js_date.t ->
?max_date:Js_date.t ->
?title_text:string ->
?ok_text:string ->
?now_text:string ->
?is_24_hour:bool ->
?android_theme:android_theme ->
?allow_old_dates:bool ->
?allow_future_dates:bool ->
?done_button_label:string ->
?done_button_color:string ->
?cancel_button_label:string ->
?cancel_button_color:string ->
?x:int ->
?y:int ->
?minute_interval:int ->
?popover_arrow_direction:arrow_direction ->
?locale:string ->
unit ->
options