Skip to main content
interface BaseOptions

Properties

optional
filename: string | undefined

Specifies the filename used in stack traces produced by this script.

optional
lineOffset: number | undefined

Specifies the line number offset that is displayed in stack traces produced by this script.

optional
columnOffset: number | undefined

Specifies the column number offset that is displayed in stack traces produced by this script.

Back to top