Skip to content
M2O Scripting APIScripting reference
Data shapeClient APIGenerated

BrowserConsoleMessageEvent

Defined in: client/api.d.ts:2450

A console call made by a page.

line: number

Defined in: client/api.d.ts:2469

Line number within that script.


message: string

Defined in: client/api.d.ts:2459

Console message body.


severity: "debug" | "info" | "warning" | "error" | "fatal"

Defined in: client/api.d.ts:2474

Console severity.


source: string

Defined in: client/api.d.ts:2464

Script URL that logged it.


viewId: number

Defined in: client/api.d.ts:2454

Identifier of the view the event belongs to.