package gapi-ocaml

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

Module Context.FacetsSource

Sourcetype t = {
  1. anchor : string;
  2. label : string;
  3. label_with_op : string;
}
Sourceval anchor : (t, string) GapiLens.t
Sourceval label : (t, string) GapiLens.t
Sourceval label_with_op : (t, string) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list