package gapi-ocaml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 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.

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