package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module DataTable.RowsSource

Sourcemodule C : sig ... end
Sourcetype t = {
  1. c : C.t list;
}
Sourceval c : (t, C.t list) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list