package gapi-ocaml

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

Module GapiSheetsV4Model.AutoFillRequestSource

Sourcetype t = {
  1. range : GridRange.t;
    (*

    The range to autofill. This will examine the range and detect the location that has data and automatically fill that data in to the rest of the range.

    *)
  2. sourceAndDestination : SourceAndDestination.t;
    (*

    The source and destination areas to autofill. This explicitly lists the source of the autofill and where to extend that data.

    *)
  3. useAlternateSeries : bool;
    (*

    True if we should generate data with the "alternate" series. This differs based on the type and amount of source data.

    *)
}
Sourceval sourceAndDestination : (t, SourceAndDestination.t) GapiLens.t
Sourceval useAlternateSeries : (t, bool) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
Sourceval to_data_model : t -> GapiJson.json_data_model
Sourceval of_data_model : GapiJson.json_data_model -> t
OCaml

Innovation. Community. Security.