Module View.Plugin_value

type 'v t = {
  1. update : (View_update.t -> unit) option;
  2. destroy : (unit -> unit) option;
  3. custom_state : 'v;
}