package gapi-ocaml

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

Module Comment.QuotedFileContentSource

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

    The MIME type of the quoted content.

    *)
  2. value : string;
    (*

    The quoted content itself. This is interpreted as plain text if set through the API.

    *)
}
Sourceval mimeType : (t, string) GapiLens.t
Sourceval value : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list