package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val create_opt : (module Bonsai_web.Bonsai.Comparator with type comparator_witness = 'cmp and type t = 'k) -> ?initial_query:string -> ?max_visible_items:int Bonsai_web.Value.t -> ?suggestion_list_kind: Bonsai_web_ui_query_box.Suggestion_list_kind.t Bonsai_web.Value.t -> ?selected_item_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_list_container_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_input_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> selection_to_string:('k -> string) Bonsai_web.Value.t -> f: (string Bonsai_web.Value.t -> ('k, Bonsai_web.Vdom.Node.t, 'cmp) Core.Map.t Bonsai_web.Computation.t) -> unit -> 'k option Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val create : (module Bonsai_web.Bonsai.Comparator with type comparator_witness = 'cmp and type t = 'k) -> ?initial_query:string -> ?max_visible_items:int Bonsai_web.Value.t -> ?suggestion_list_kind: Bonsai_web_ui_query_box.Suggestion_list_kind.t Bonsai_web.Value.t -> ?selected_item_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_list_container_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_input_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> selection_to_string:('k -> string) Bonsai_web.Value.t -> f: (string Bonsai_web.Value.t -> ('k, Bonsai_web.Vdom.Node.t, 'cmp) Core.Map.t Bonsai_web.Computation.t) -> unit -> 'k Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val single : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?to_string:('a -> string) Bonsai_web.Value.t -> ?to_option_description:('a -> string) Bonsai_web.Value.t -> ?selected_item_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_list_container_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?handle_unknown_option:(string -> 'a option) Bonsai_web.Value.t -> (module Bonsai_web.Bonsai.Comparator with type comparator_witness = 'cmp and type t = 'a) -> all_options:'a list Bonsai_web.Value.t -> 'a Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val single_opt : ?extra_attrs:Bonsai_web.Vdom.Attr.t list Bonsai_web.Value.t -> ?to_string:('a -> string) Bonsai_web.Value.t -> ?to_option_description:('a -> string) Bonsai_web.Value.t -> ?selected_item_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?extra_list_container_attr:Bonsai_web.Vdom.Attr.t Bonsai_web.Value.t -> ?handle_unknown_option:(string -> 'a option) Bonsai_web.Value.t -> (module Bonsai_web.Bonsai.Comparator with type comparator_witness = 'cmp and type t = 'a) -> all_options:'a list Bonsai_web.Value.t -> 'a option Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
OCaml

Innovation. Community. Security.