HtmlrenderWebkitHeadlessProtoDOMTreeNodeAttribute

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDOMTreeNodeAttribute


Table of Contents ▼

Jump to a specific part of the page:

Description

Zero or more attributes for the node.

Attributes List

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

View Attributes

Attributes

  1. htmlAttributeType (type: integer(), default: nil)
    - Identifies the HTML attribute type (src, width, height, etc). For a list of possible types refer HtmlAttributeEnum defined in webutil/html/htmlattrenum.h.
  2. name (type: String.t, default: nil)
    -
  3. value (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoDOMTreeNodeAttribute{
htmlAttributeType: integer() | nil,
name: String.t() | nil,
value: String.t() | nil
}

Function

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

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