package incr_dom_widgets

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val create : focus:[ `Row of Row.Id.t | `Scroll_top of int ] -> t
val original_focus : t -> [ `Row of Row.Id.t | `Scroll_top of int ]
val current_focus : t -> Row.Id.t option