HtmlrenderWebkitHeadlessProtoBox

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox


Table of Contents ▼

Jump to a specific part of the page:

Description

A simple 2D box represented by an (x, y) coordinate, a width, and a height. Coordinates are in pixels.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. height (type: integer(), default: nil)
    -
  2. width (type: integer(), default: nil)
    -
  3. x (type: integer(), default: nil)
    - on horizontal axis
  4. y (type: integer(), default: nil)
    - on vertical axis

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox{
height: integer() | nil,
width: integer() | nil,
x: integer() | nil,
y: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoBox