package ocaml-js-stdlib

  1. Overview
  2. Docs
type options
type message = {
  1. msg : string;
}
val options : ?speed:int -> ?expires:int -> ?stack:[ `above | `below ] -> ?custom:bool -> ?queue:bool -> ?click:(Event.t -> unit) -> unit -> options
val notify : t -> ?params:[ `Create of string * message ] -> ?options:options -> unit -> unit