Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type styling_toast = private Ojs.t
val create_styling_toast :
?opacity:float ->
?background_color:string ->
?text_color:string ->
?corner_radius:int ->
?horizontal_padding:int ->
?vertical_padding:int ->
unit ->
styling_toast
type options = private Ojs.t
val create_options :
?message:string ->
?duration:duration ->
?position:position ->
?add_pixels_y:int ->
?styling:styling_toast ->
unit ->
options
val show_with_options :
?options:options ->
?succ_cb:(unit -> unit) ->
?error_cb:(unit -> unit) ->
unit ->
unit