跳至主要内容
版本:22.5.0

ConsoleMessageLocation 接口

签名:

export interface ConsoleMessageLocation

属性

属性修饰符类型描述默认值
columnNumber可选数字如果已知,则为资源中基于 0 的列号,否则为 undefined
lineNumber可选数字如果已知,则为资源中基于 0 的行号,否则为 undefined
url可选字符串如果已知,则为资源的 URL,否则为 undefined