package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = {
  1. byteSize : int;
  2. height : int;
  3. thumbnailHeight : int;
  4. thumbnailWidth : int;
  5. width : int;
}
val byteSize : (t, int) GapiLens.t
val height : (t, int) GapiLens.t
val thumbnailHeight : (t, int) GapiLens.t
val thumbnailWidth : (t, int) GapiLens.t
val width : (t, int) GapiLens.t
val empty : t
val render : t -> GapiJson.json_data_model list
val parse : t -> GapiJson.json_data_model -> t