package gapi-ocaml

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

Module Cover.CoverInfoSource

Sourcetype t = {
  1. leftImageOffset : int;
    (*

    The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.

    *)
  2. topImageOffset : int;
    (*

    The difference between the top position of the cover image and the actual displayed cover image. Only valid for banner layout.

    *)
}
Sourceval leftImageOffset : (t, int) GapiLens.t
Sourceval topImageOffset : (t, int) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.