Module GapiSheetsV4Model.SlicerSource

Sourcetype t = {
  1. slicerId : int;
    (*

    The ID of the slicer.

    *)
  2. spec : SlicerSpec.t;
    (*

    The specification of the slicer.

    *)
  3. position : EmbeddedObjectPosition.t;
    (*

    The position of the slicer. Note that slicer can be positioned only on existing sheet. Also, width and height of slicer can be automatically adjusted to keep it within permitted limits.

    *)
}
Sourceval slicerId : (t, int) 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