package gapi-ocaml

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

Module About.DriveThemesSource

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

    The ID of the theme.

    *)
  2. colorRgb : string;
    (*

    The color of this theme as an RGB hex string.

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

Innovation. Community. Security.