Skip to main content

ConsoleMessage

interface Console.ConsoleMessage

Console message.

Properties Jump to heading

Message source.

Message severity.

Message text.

optional
Jump to headingurl: string | undefined

URL of the message origin.

optional
Jump to headingline: number | undefined

Line number in the resource that generated this message (1-based).

optional
Jump to headingcolumn: number | undefined

Column number in the resource that generated this message (1-based).

Back to top