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. for_testing : For_testing.t Core.Lazy.t;
  3. focus : 'focus;
  4. num_filtered_rows : int;
}
val num_filtered_rows : 'focus t -> int
val focus : 'focus t -> 'focus
val for_testing : 'focus t -> For_testing.t Core.Lazy.t
val view : 'focus t -> Bonsai_web.Vdom.Node.t
module Fields : sig ... end
OCaml

Innovation. Community. Security.