module CoverInfo:sig..end
type t = {
|
leftImageOffset : |
(* |
The difference between the left position of the cover image and the actual displayed cover image. Only valid for banner layout.
| *) |
|
topImageOffset : |
(* |
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