package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val stringable_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 -> ?to_view:('k -> string -> Bonsai_web.Vdom.Node.t) -> ('k, string, 'cmp) Core.Map_intf.Map.t Bonsai_web.Value.t -> 'k option Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t
val stringable : (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 -> ?to_view:('k -> string -> Bonsai_web.Vdom.Node.t) -> ('k, string, 'cmp) Core.Map_intf.Map.t Bonsai_web.Value.t -> 'k Bonsai_web_ui_form__.Form.t Bonsai_web.Computation.t