package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. view : Bonsai_web.Vdom.Node.t;
  2. is_open : bool;
  3. open_ : unit Bonsai_web.Effect.t;
  4. close : unit Bonsai_web.Effect.t;
  5. toggle : unit Bonsai_web.Effect.t;
}
OCaml

Innovation. Community. Security.