bonsai
A library for building dynamic webapps, using Js_of_ocaml
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package bonsai
-
bonsai
-
-
bonsai.bench
-
bonsai.example_chat_open_source_native
-
bonsai.example_chat_open_source_native_common
-
-
bonsai.extra
-
-
bonsai.focus_ring
-
bonsai.protocol
-
bonsai.tailwind_colors
-
bonsai.test
-
bonsai.test.dot
-
bonsai.web_test
-
bonsai.web_ui_common_components
-
bonsai.web_ui_drag_and_drop
-
bonsai.web_ui_element_size_hooks
-
bonsai.web_ui_file
-
bonsai.web_ui_file_from_web_file
-
bonsai.web_ui_form
-
-
bonsai.web_ui_freeform_multiselect
-
bonsai.web_ui_multi_select
-
-
bonsai.web_ui_query_box
-
bonsai.web_ui_reorderable_list
-
bonsai.web_ui_typeahead
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library bonsai.web_ui_multi_select
val iter :
t ->
view:
( ( t, Bonsai_web.Vdom.Node.t ) Fieldslib.Field.t ->
t ->
Bonsai_web.Vdom.Node.t ->
unit ) ->
view_for_testing:
( ( t, string Core.Lazy.t ) Fieldslib.Field.t ->
t ->
string Core.Lazy.t ->
unit ) ->
key_handler:
( ( t, Vdom_keyboard.Keyboard_event_handler.t ) Fieldslib.Field.t ->
t ->
Vdom_keyboard.Keyboard_event_handler.t ->
unit ) ->
inject:
( ( t, Action.t -> unit Bonsai_web.Vdom.Effect.t ) Fieldslib.Field.t ->
t ->
( Action.t -> unit Bonsai_web.Vdom.Effect.t ) ->
unit ) ->
selection:
( ( t, Item.Set.t Key.Map.t ) Fieldslib.Field.t ->
t ->
Item.Set.t Key.Map.t ->
unit ) ->
unit
val fold :
t ->
init:'acc__0 ->
view:
( 'acc__0 ->
( t, Bonsai_web.Vdom.Node.t ) Fieldslib.Field.t ->
t ->
Bonsai_web.Vdom.Node.t ->
'acc__1 ) ->
view_for_testing:
( 'acc__1 ->
( t, string Core.Lazy.t ) Fieldslib.Field.t ->
t ->
string Core.Lazy.t ->
'acc__2 ) ->
key_handler:
( 'acc__2 ->
( t, Vdom_keyboard.Keyboard_event_handler.t ) Fieldslib.Field.t ->
t ->
Vdom_keyboard.Keyboard_event_handler.t ->
'acc__3 ) ->
inject:
( 'acc__3 ->
( t, Action.t -> unit Bonsai_web.Vdom.Effect.t ) Fieldslib.Field.t ->
t ->
( Action.t -> unit Bonsai_web.Vdom.Effect.t ) ->
'acc__4 ) ->
selection:
( 'acc__4 ->
( t, Item.Set.t Key.Map.t ) Fieldslib.Field.t ->
t ->
Item.Set.t Key.Map.t ->
'acc__5 ) ->
'acc__5
val for_all :
t ->
view:
( ( t, Bonsai_web.Vdom.Node.t ) Fieldslib.Field.t ->
t ->
Bonsai_web.Vdom.Node.t ->
bool ) ->
view_for_testing:
( ( t, string Core.Lazy.t ) Fieldslib.Field.t ->
t ->
string Core.Lazy.t ->
bool ) ->
key_handler:
( ( t, Vdom_keyboard.Keyboard_event_handler.t ) Fieldslib.Field.t ->
t ->
Vdom_keyboard.Keyboard_event_handler.t ->
bool ) ->
inject:
( ( t, Action.t -> unit Bonsai_web.Vdom.Effect.t ) Fieldslib.Field.t ->
t ->
( Action.t -> unit Bonsai_web.Vdom.Effect.t ) ->
bool ) ->
selection:
( ( t, Item.Set.t Key.Map.t ) Fieldslib.Field.t ->
t ->
Item.Set.t Key.Map.t ->
bool ) ->
bool
val exists :
t ->
view:
( ( t, Bonsai_web.Vdom.Node.t ) Fieldslib.Field.t ->
t ->
Bonsai_web.Vdom.Node.t ->
bool ) ->
view_for_testing:
( ( t, string Core.Lazy.t ) Fieldslib.Field.t ->
t ->
string Core.Lazy.t ->
bool ) ->
key_handler:
( ( t, Vdom_keyboard.Keyboard_event_handler.t ) Fieldslib.Field.t ->
t ->
Vdom_keyboard.Keyboard_event_handler.t ->
bool ) ->
inject:
( ( t, Action.t -> unit Bonsai_web.Vdom.Effect.t ) Fieldslib.Field.t ->
t ->
( Action.t -> unit Bonsai_web.Vdom.Effect.t ) ->
bool ) ->
selection:
( ( t, Item.Set.t Key.Map.t ) Fieldslib.Field.t ->
t ->
Item.Set.t Key.Map.t ->
bool ) ->
bool
val to_list :
t ->
view:
( ( t, Bonsai_web.Vdom.Node.t ) Fieldslib.Field.t ->
t ->
Bonsai_web.Vdom.Node.t ->
'elem__ ) ->
view_for_testing:
( ( t, string Core.Lazy.t ) Fieldslib.Field.t ->
t ->
string Core.Lazy.t ->
'elem__ ) ->
key_handler:
( ( t, Vdom_keyboard.Keyboard_event_handler.t ) Fieldslib.Field.t ->
t ->
Vdom_keyboard.Keyboard_event_handler.t ->
'elem__ ) ->
inject:
( ( t, Action.t -> unit Bonsai_web.Vdom.Effect.t ) Fieldslib.Field.t ->
t ->
( Action.t -> unit Bonsai_web.Vdom.Effect.t ) ->
'elem__ ) ->
selection:
( ( t, Item.Set.t Key.Map.t ) Fieldslib.Field.t ->
t ->
Item.Set.t Key.Map.t ->
'elem__ ) ->
'elem__ list
val map :
t ->
view:
( ( t, Bonsai_web.Vdom.Node.t ) Fieldslib.Field.t ->
t ->
Bonsai_web.Vdom.Node.t ->
Bonsai_web.Vdom.Node.t ) ->
view_for_testing:
( ( t, string Core.Lazy.t ) Fieldslib.Field.t ->
t ->
string Core.Lazy.t ->
string Core.Lazy.t ) ->
key_handler:
( ( t, Vdom_keyboard.Keyboard_event_handler.t ) Fieldslib.Field.t ->
t ->
Vdom_keyboard.Keyboard_event_handler.t ->
Vdom_keyboard.Keyboard_event_handler.t ) ->
inject:
( ( t, Action.t -> unit Bonsai_web.Vdom.Effect.t ) Fieldslib.Field.t ->
t ->
( Action.t -> unit Bonsai_web.Vdom.Effect.t ) ->
Action.t ->
unit Bonsai_web.Vdom.Effect.t ) ->
selection:
( ( t, Item.Set.t Key.Map.t ) Fieldslib.Field.t ->
t ->
Item.Set.t Key.Map.t ->
Item.Set.t Key.Map.t ) ->
t
val set_all_mutable_fields : t -> unit
ON THIS PAGE
No table of contents