package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Update_search_string of string
  2. | Set_item_selected of {
    1. item : Item.t;
    2. status : Selection_status.t;
    }
  3. | Set_all_selection_statuses of Selection_status.t Item.Map.t
  4. | Toggle_focused_item_selected
  5. | Set_focus of Item.t option
  6. | Move_focus of [ `Next | `Prev ]
  7. | Select_all
  8. | Select_none
val sexp_of_t : t -> Sexplib0.Sexp.t