package bonsai

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module By_row : sig ... end
type ('a, 'p, 'k) t =
  1. | None : (unit, unit, 'k) t
  2. | By_row : {
    1. on_change : ('k option -> unit Bonsai_web.Effect.t) Bonsai_web.Value.t;
      (*

      Row-selection is not required to be inside the viewport, so the selected row can be offscreen such that it isn't given to the table component. compute_presence forces the user to consider if a row is considered 'focused' or not.

      *)
    2. compute_presence : 'k option Bonsai_web.Value.t -> 'p Bonsai_web.Computation.t;
    } -> (('k, 'p) Focus_by_row.t, 'p, 'k) t
OCaml

Innovation. Community. Security.