package virtual_dom

  1. Overview
  2. Docs
val handle : t -> unit

handle t looks up the Handler.handle function in the table of Defined functions, unwraps the Event.t back into its underlying Action.t, and applies the two. This is only intended for internal use by this library, specifically by the attribute code.

val handlers : (t -> unit) Core_kernel.Int.Table.t