package gapi-ocaml

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

Module AdStyle.ColorsSource

Sourcetype t = {
  1. background : string;
    (*

    The color of the ad background.

    *)
  2. border : string;
    (*

    The color of the ad border.

    *)
  3. text : string;
    (*

    The color of the ad text.

    *)
  4. title : string;
    (*

    The color of the ad title.

    *)
  5. url : string;
    (*

    The color of the ad url.

    *)
}
Sourceval background : (t, string) GapiLens.t
Sourceval border : (t, string) GapiLens.t
Sourceval text : (t, string) GapiLens.t
Sourceval title : (t, string) GapiLens.t
Sourceval url : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list