package gapi-ocaml

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

Module Person.CoverSource

Sourcemodule CoverPhoto : sig ... end
Sourcemodule CoverInfo : sig ... end
Sourcetype t = {
  1. coverInfo : CoverInfo.t;
    (*

    Extra information about the cover photo.

    *)
  2. coverPhoto : CoverPhoto.t;
    (*

    The person's primary cover image.

    *)
  3. layout : string;
    (*

    The layout of the cover art. Possible values include, but are not limited to, the following values:

    • "banner" - One large image banner.
    *)
}
Sourceval coverInfo : (t, CoverInfo.t) GapiLens.t
Sourceval coverPhoto : (t, CoverPhoto.t) GapiLens.t
Sourceval layout : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list