package incr_dom_widgets

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : columns:Row.t Mesa_column.t Mesa_column.Id.Map.t -> Incr_dom_widgets__.Mesa_intf.Config.t -> t
val cutoff : t -> t -> bool
val mode : t -> Mode.t
val rows : t -> Row.t Row.Id.Map.t
val focus_row : t -> (Row.Id.t * Row.t) option
val focus_col : t -> (Mesa_column.Id.t * Row.t Mesa_column.t) option