Module Make.Action

type t =
  1. | Set_focus_row of Row.Id.t option
  2. | Move_focus of [ `Prev | `Next ]
val sexp_of_t : t -> Sexplib0.Sexp.t