package gapi-ocaml

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

Module UrlBlocks.UrlsSource

Sourcemodule Result : sig ... end
Sourcemodule Details : sig ... end
Sourcetype t = {
  1. details : Details.t list;
    (*

    List of entries that provide additional details about a single URL. Optional.

    *)
  2. result : Result.t;
    (*

    A format string that gives information about the URL, and a list of arguments for that format string.

    *)
}
Sourceval details : (t, Details.t list) GapiLens.t
Sourceval result : (t, Result.t) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list