package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. on_activate : unit Ui_effect.t option;
  2. on_deactivate : unit Ui_effect.t option;
  3. after_display : unit Ui_effect.t option;
}
module Collection : sig ... end