Module Cover.CoverInfo

type t = {
leftImageOffset : int;(*

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

*)
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