package gapi-ocaml

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

Module Result.ScreenshotSource

Sourcetype t = {
  1. data : string;
    (*

    Image data base64 encoded.

    *)
  2. height : int;
    (*

    Height of screenshot in pixels.

    *)
  3. mime_type : string;
    (*

    Mime type of image data. E.g. "image/jpeg".

    *)
  4. width : int;
    (*

    Width of screenshot in pixels.

    *)
}
Sourceval data : (t, string) GapiLens.t
Sourceval height : (t, int) GapiLens.t
Sourceval mime_type : (t, string) GapiLens.t
Sourceval width : (t, int) GapiLens.t
Sourceval empty : t
Sourceval render : t -> GapiJson.json_data_model list
OCaml

Innovation. Community. Security.