package gapi-ocaml

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

Module Result.ImageSource

Sourcetype t = {
  1. byteSize : int;
  2. height : int;
  3. thumbnailHeight : int;
  4. thumbnailWidth : int;
  5. width : int;
}
Sourceval byteSize : (t, int) GapiLens.t
Sourceval height : (t, int) GapiLens.t
Sourceval thumbnailHeight : (t, int) GapiLens.t
Sourceval thumbnailWidth : (t, int) GapiLens.t
Sourceval width : (t, int) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list