package gapi-ocaml

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

Module Urls.DetailsSource

Sourcemodule Args : sig ... end
Sourcetype t = {
  1. args : Args.t list;
    (*

    List of arguments for the format string.

    *)
  2. format : string;
    (*

    A localized format string with $N placeholders, where N is the 1-indexed argument number, e.g. 'Unnecessary metadata for this resource adds an additional $1 bytes to its download size'.

    *)
}
Sourceval args : (t, Args.t list) GapiLens.t
Sourceval format : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list