package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type change = {
  1. selector : string;
  2. top : int;
  3. left : int;
  4. width : int;
  5. height : int;
}
val change_positions : ('a, 'b) t -> get_vdom:('a -> Bonsai_web.Vdom.Node.t) -> change list -> unit
OCaml

Innovation. Community. Security.