Represents the source location of a console message or stack trace entry.

Definition

object ConsoleMessageLocation {
  url: URL
  lineNumber: Int
  columnNumber: Int
}

Fields

url: URL

URL of the script where the message originated.

lineNumber: Int

Line number in the script.

columnNumber: Int

Column number in the script.