package gapi-ocaml

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

Module Comment.AuthorSource

Sourcemodule Image : sig ... end
Sourcetype t = {
  1. displayName : string;
    (*

    The display name.

    *)
  2. id : string;
    (*

    The identifier of the Comment creator.

    *)
  3. image : Image.t;
    (*

    The comment creator's avatar.

    *)
  4. url : string;
    (*

    The URL of the Comment creator's Profile page.

    *)
}
Sourceval displayName : (t, string) GapiLens.t
Sourceval id : (t, string) GapiLens.t
Sourceval image : (t, Image.t) GapiLens.t
Sourceval url : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.