HtmlrenderWebkitHeadlessProtoScriptStackFrame

GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoScriptStackFrame


Table of Contents ▼

Jump to a specific part of the page:

Description

Describes a script stack frame.

Attributes List

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

View Attributes

Attributes

  1. columnNumber (type: integer(), default: nil)
    - The current column number for the stack frame.
  2. functionName (type: String.t, default: nil)
    - The function name of the stack frame.
  3. lineNumber (type: integer(), default: nil)
    - The current line number for the stack frame.
  4. url (type: String.t, default: nil)
    - The URL of the script being executed.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.HtmlrenderWebkitHeadlessProtoScriptStackFrame{
columnNumber: integer() | nil,
functionName: String.t() | nil,
lineNumber: integer() | nil,
url: String.t() | nil
}

Function

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

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