Skip to main content

ConsoleMessageLocation interface

Signature:

export interface ConsoleMessageLocation

Properties

PropertyTypeDescription
columnNumber?number(Optional) 0-based column number in the resource if known or undefined otherwise.
lineNumber?number(Optional) 0-based line number in the resource if known or undefined otherwise.
url?string(Optional) URL of the resource if known or undefined otherwise.