package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'focus t = {
  1. view : Bonsai_web.Vdom.Node.t;
  2. range : int * int;
  3. for_testing : For_testing.t Core.Lazy.t;
  4. focus : 'focus;
}
val focus : 'focus t -> 'focus
val for_testing : 'focus t -> For_testing.t Core.Lazy.t
val range : 'focus t -> int * int
val view : 'focus t -> Bonsai_web.Vdom.Node.t
module Fields : sig ... end
OCaml

Innovation. Community. Security.