package incr_dom

  1. Overview
  2. Docs
type model
type action
type state
val show_view : ?selector:string -> unit -> unit
val show_model : unit -> unit
val set_model : model -> unit
val do_actions : action list -> unit
val perform_update : unit -> unit
val click_on : selector:string -> unit
val input_text : selector:string -> text:string -> unit