Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val confirm :
string ->
?cb:(button_response -> unit) ->
?title:string ->
?button_labels:string array ->
unit ->
unit
val prompt :
string ->
?cb:(button_response -> unit) ->
?title:string ->
?button_label:string array ->
?default_text:string ->
unit ->
unit