package gapi-ocaml

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

Module GapiSheetsV4Model.OverlayPositionSource

Sourcetype t = {
  1. anchorCell : GridCoordinate.t;
    (*

    The cell the object is anchored to.

    *)
  2. offsetXPixels : int;
    (*

    The horizontal offset, in pixels, that the object is offset from the anchor cell.

    *)
  3. offsetYPixels : int;
    (*

    The vertical offset, in pixels, that the object is offset from the anchor cell.

    *)
  4. widthPixels : int;
    (*

    The width of the object, in pixels. Defaults to 600.

    *)
  5. heightPixels : int;
    (*

    The height of the object, in pixels. Defaults to 371.

    *)
}
Sourceval anchorCell : (t, GridCoordinate.t) GapiLens.t
Sourceval offsetXPixels : (t, int) GapiLens.t
Sourceval offsetYPixels : (t, int) GapiLens.t
Sourceval widthPixels : (t, int) GapiLens.t
Sourceval heightPixels : (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
OCaml

Innovation. Community. Security.