Module GapiSheetsV4Model.EmbeddedObjectPositionSource

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

    The sheet this is on. Set only if the embedded object is on its own sheet. Must be non-negative.

    *)
  2. overlayPosition : OverlayPosition.t;
    (*

    The position at which the object is overlaid on top of a grid.

    *)
  3. newSheet : bool;
    (*

    If true, the embedded object is put on a new sheet whose ID is chosen for you. Used only when writing.

    *)
}
Sourceval sheetId : (t, int) GapiLens.t
Sourceval overlayPosition : (t, OverlayPosition.t) GapiLens.t
Sourceval newSheet : (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