Skip to main content
Version: 3x

Interface: StackFrame

Final symbolicated stack frame.

Hierarchy

Table of contents

Properties

Properties

collapse

collapse: boolean

Defined in

plugins/symbolicate/types.ts:22


column

column: null | number

Inherited from

InputStackFrame.column

Defined in

plugins/symbolicate/types.ts:6


file

file: string

Inherited from

InputStackFrame.file

Defined in

plugins/symbolicate/types.ts:15


lineNumber

lineNumber: null | number

Inherited from

InputStackFrame.lineNumber

Defined in

plugins/symbolicate/types.ts:5


methodName

methodName: string

Inherited from

InputStackFrame.methodName

Defined in

plugins/symbolicate/types.ts:8