Skip to main content
Version: Next

ConsoleMessageLocation interface

Signature:

export interface ConsoleMessageLocation

Properties

PropertyModifiersTypeDescriptionDefault
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.